dim-methods: gpuMatrix/vclMatrix dim method

Description Usage Arguments Value Author(s)

Description

Retrieve dimension of object

Usage

1
2
3
4
5
## S4 method for signature 'vclMatrix'
dim(x)

## S4 method for signature 'gpuMatrix'
dim(x)

Arguments

x

A gpuMatrix/vclMatrix object

Value

A length 2 vector of the number of rows and columns respectively.

Author(s)

Charles Determan Jr.


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