Interface RealMatrixMixin<T,W>

Type Parameters:
T - Matrix type.
W - Complex matrix type.
All Known Implementing Classes:
CooMatrix, CsrMatrix, Matrix

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