nrow-gpuR: The Number of Rows/Columns of a gpuR matrix

Description Usage Arguments Value Author(s)

Description

nrow and ncol return the number of rows or columns present in x respectively.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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 of length 1

Author(s)

Charles Determan Jr.


cdeterman/gpuR documentation built on July 13, 2019, 3:15 a.m.