print-methods {rTensor}R Documentation

Print for Tensor

Description

Extend print for Tensor

Usage

## S4 method for signature 'Tensor'
print(x, ...)

Arguments

x

the Tensor instance

...

additional parameters to be passed into print()

Details

print(x,...)

See Also

show

Examples

tnsr <- rand_tensor()
print(tnsr)

[Package rTensor version 1.4.8 Index]