powered by
nrow and ncol return the number of rows or columns present in x respectively.
nrow
ncol
x
# S4 method for vclMatrix nrow(x)# S4 method for vclMatrix ncol(x)# S4 method for gpuMatrix nrow(x)# S4 method for gpuMatrix ncol(x)
# S4 method for vclMatrix ncol(x)
# S4 method for gpuMatrix nrow(x)
# S4 method for gpuMatrix ncol(x)
An integer.
An integer of length 1
A gpuMatrix/vclMatrix object
Charles Determan Jr.