Interface MatrixPropertiesMixin

Type Parameters:
T - Matrix type.
U - Dense Matrix type.
V - Sparse Matrix type.
W - Complex Matrix type.
Y - Real Matrix type.
X - Matrix entry type.
All Known Subinterfaces:
MatrixMixin<T,U,V,W,VV,X,TT,UU>
All Known Implementing Classes:
CMatrix, CooCMatrix, CooMatrix, CsrCMatrix, CsrMatrix, Matrix

public interface MatrixPropertiesMixin
This interface specifies methods which provide properties of a matrix. All matrices should implement this interface.