Interface RealTensorMixin<T,W>

Type Parameters:
T - Tensor type.
W - Complex tensor type.
All Known Implementing Classes:
CooMatrix, CooTensor, CooVector, CsrMatrix, Matrix, RealDenseTensorBase, RealSparseTensorBase, Tensor, Vector

public interface RealTensorMixin<T,W>
This interface specifies methods which all real tensors should implement.