dim,vclMatrix-method: gpuMatrix/vclMatrix dim method
Description
Retrieve dimension of object
Usage
# S4 method for vclMatrix
dim(x)# S4 method for gpuMatrix
dim(x)
Arguments
x
A gpuMatrix/vclMatrix object
Value
A length 2 vector of the number of rows and columns respectively.