length,gpuVector-method {gpuR} | R Documentation |
gpuMatrix/vclMatrix length method
Description
Retrieve number of elements in object
Usage
## S4 method for signature 'gpuVector'
length(x)
## S4 method for signature 'vclMatrix'
length(x)
## S4 method for signature 'vclVector'
length(x)
## S4 method for signature 'gpuMatrix'
length(x)
Arguments
x |
A gpuMatrix/vclMatrix object |
Value
Length of the gpuVector object x
.
The total number of elements in the vclMatrix object 'x'.
The length of the vclVector based on its data type.
A numeric value
Author(s)
Charles Determan Jr.
[Package gpuR version 2.0.6 Index]