nrow,vclMatrix-method {gpuR} | R Documentation |
The Number of Rows/Columns of a gpuR matrix
Description
nrow
and ncol
return the number of rows or columns
present in x
respectively.
Usage
## S4 method for signature 'vclMatrix'
nrow(x)
## S4 method for signature 'vclMatrix'
ncol(x)
## S4 method for signature 'gpuMatrix'
nrow(x)
## S4 method for signature 'gpuMatrix'
ncol(x)
Arguments
x |
A gpuMatrix/vclMatrix object |
Value
An integer.
An integer of length 1
Author(s)
Charles Determan Jr.
[Package gpuR version 2.0.6 Index]