crossprod,gpuMatrix,missing-method | R Documentation |
Return the matrix cross-product of two conformable matrices using a GPU. This is equivalent to t(x) or x device and host is required.
## S4 method for signature 'gpuMatrix,missing'
crossprod(x, y)
## S4 method for signature 'gpuMatrix,gpuMatrix'
crossprod(x, y)
## S4 method for signature 'gpuMatrix,matrix'
crossprod(x, y)
## S4 method for signature 'matrix,gpuMatrix'
crossprod(x, y)
## S4 method for signature 'gpuMatrix,missing'
tcrossprod(x, y)
## S4 method for signature 'gpuMatrix,gpuMatrix'
tcrossprod(x, y)
## S4 method for signature 'matrix,gpuMatrix'
tcrossprod(x, y)
## S4 method for signature 'gpuMatrix,matrix'
tcrossprod(x, y)
x |
A gpuMatrix |
y |
A gpuMatrix |
A gpuMatrix
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.