length,gpuVector-method | R Documentation |
Retrieve number of elements in object
## 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)
x |
A gpuMatrix/vclMatrix object |
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
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.