Interface TensorExclusiveMixin<T extends TensorBase<T,U,W,?,?,?,?>,U,V,W>

Type Parameters:
T - Tensor type.
U - Dense tensor type.
V - Sparse tensor type.
W - Complex tensor type.
All Known Subinterfaces:
ComplexTensorExclusiveMixin<T>
All Known Implementing Classes:
CooCTensor, CooTensor, CTensor, Tensor

public interface TensorExclusiveMixin<T extends TensorBase<T,U,W,?,?,?,?>,U,V,W>
This interface contains several methods which should be implemented by all tensors which are NOT a matrix or vector.