cudaMatrix | R Documentation |
Construct a cudaMatrix of a class that inherits
from cudaMatrix
cudaMatrix(data = NA, ncol = NA, nrow = NA, type = NULL, ...) ## S4 method for signature 'matrix' cudaMatrix(data, type = NULL) ## S4 method for signature 'missing' cudaMatrix(data, ncol = NA, nrow = NA, type = NULL)
data |
An object that is or can be converted to a
|
ncol |
An integer specifying the number of columns |
nrow |
An integer specifying the number of rows |
type |
A character string specifying the type of cudaMatrix. Default is NULL where type is inherited from the source data type. |
... |
Additional method to pass to cudaMatrix methods |
A cudaMatrix object
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.