A matrix. This may be used to represent a tensor.
While the syntactic representation of a tensor is that of nested arrays,
the elements of the tensor are stored in a flattened manner. Presumambly,
this makes things easier in the case when a Tensor is used as a square matrix.
A matrix. This may be used to represent a tensor. While the syntactic representation of a tensor is that of nested arrays, the elements of the tensor are stored in a flattened manner. Presumambly, this makes things easier in the case when a Tensor is used as a square matrix.