Learn R Programming

gpuR (version 2.0.6)

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)

Value

This function prints a truncated summary of a gpuMatrix object `x` to fit the screen

Arguments

x

A gpuMatrix object

...

Additional arguments to print

n

Number of rows to display

width

Number of columns to display