print.gpuMatrix: S3 print for gpuMatrix objects

View source: R/print.R

print.gpuMatrixR Documentation

S3 print for gpuMatrix objects

Description

prints a gpuMatrix object that is truncated to fit the screen

Usage

## S3 method for class '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

Value

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


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