typeof,gpuMatrix-method | R Documentation |
typeof
determines the type (i.e. storage mode) of a
gpuR object
## S4 method for signature 'gpuMatrix'
typeof(x)
## S4 method for signature 'gpuVector'
typeof(x)
## S4 method for signature 'vclMatrix'
typeof(x)
## S4 method for signature 'vclVector'
typeof(x)
x |
A gpuR object |
A character string indicating the type of the gpuR object.
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.