print.gpuMatrix {gpuR}R 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


[Package gpuR version 2.0.6 Index]