Learn R Programming

gpuR (version 2.0.3)

print.gpuMatrix: S3 print for gpuMatrix objects

Description

prints a gpuMatrix object that is truncated to fit the screen

Usage

# S3 method for gpuMatrix
print(x, ..., n = NULL, width = NULL)

Arguments

x

A gpuMatrix object

...

Additional arguments to print

n

Number of rows to display

width

Number of columns to display