powered by
Retrieve number of elements in object
# S4 method for gpuVector length(x)# S4 method for vclMatrix length(x)# S4 method for vclVector length(x)# S4 method for gpuMatrix length(x)
# S4 method for vclMatrix length(x)
# S4 method for vclVector length(x)
# S4 method for gpuMatrix length(x)
Length of the gpuVector object x.
x
The total number of elements in the vclMatrix object `x`.
The length of the vclVector based on its data type.
A numeric value
A gpuMatrix/vclMatrix object
Charles Determan Jr.