Interface TensorManipulationsMixin<T>

Type Parameters:
T - Tensor type.
All Known Implementing Classes:
CMatrix, ComplexDenseTensorBase, ComplexSparseTensorBase, CooCMatrix, CooCTensor, CooCVector, CooMatrix, CooTensor, CooVector, CsrCMatrix, CsrMatrix, CTensor, CVector, DenseTensorBase, Matrix, RealDenseTensorBase, RealSparseTensorBase, SparseTensorBase, Tensor, TensorBase, Vector

interface TensorManipulationsMixin<T>
This interface specifies manipulations which all tensors (i.e. matrices and vectors) should implement.