Learn R Programming

gpuR (version 2.0.6)

dim,vclMatrix-method: gpuMatrix/vclMatrix dim method

Description

Retrieve dimension of object

Usage

# S4 method for vclMatrix
dim(x)

# S4 method for gpuMatrix dim(x)

Value

A numeric vector of length 2: the number of rows and columns in the gpuR object `x`.

Arguments

x

A gpuMatrix/vclMatrix object

Author

Charles Determan Jr.