Tensor {TensorTools} | R Documentation |
Creates an S3 class for a tensor
Description
Creates an S3 class for a tensor
Usage
Tensor(data, x, y, z)
Arguments
data |
Numeric numbers in the tensor |
x |
mode 1 dimension |
y |
mode 2 dimension |
z |
mode 3 dimension |
Value
S3 class tensor
[Package TensorTools version 1.0.0 Index]