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

nrow,vclMatrix-methodR 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.


gpuR documentation built on May 29, 2024, 11:56 a.m.