dim,vclMatrix-method {gpuR} | R Documentation |
gpuMatrix/vclMatrix dim method
Description
Retrieve dimension of object
Usage
## S4 method for signature 'vclMatrix'
dim(x)
## S4 method for signature 'gpuMatrix'
dim(x)
Arguments
x |
A gpuMatrix/vclMatrix object |
Value
A numeric vector of length 2: the number of rows and columns in the gpuR object 'x'.
Author(s)
Charles Determan Jr.
[Package gpuR version 2.0.6 Index]