cudaVector | R Documentation |
Construct a cudaVector of a class that inherits
from cudaVector
cudaVector(data, length, type = NULL, ...) ## S4 method for signature 'vector,missing' cudaVector(data, length = NULL, type = NULL) ## S4 method for signature 'missing,ANY' cudaVector(data, length, type = NULL)
data |
An object that is or can be converted to a
|
length |
A non-negative integer specifying the desired length. |
type |
A character string specifying the type of cudaVector. Default is NULL where type is inherited from the source data type. |
... |
Additional method to pass to cudaVector methods |
A cudaVector object
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.