typeof,gpuMatrix-method {gpuR} | R Documentation |
Get gpuR object type
Description
typeof
determines the type (i.e. storage mode) of a
gpuR object
Usage
## 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)
Arguments
x |
A gpuR object |
Value
A character string indicating the type of the gpuR object.
Author(s)
Charles Determan Jr.
[Package gpuR version 2.0.6 Index]