Interface MatrixComparisonsMixin<T>

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 MatrixComparisonsMixin<T>
This interface specifies comparisons which all matrices should implement.