Package org.flag4j.core
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.
-
Method Summary
-
Method Details
-
isI
boolean isI()Checks if this matrix is the identity matrix.- Returns:
- True if this matrix is the identity matrix. Otherwise, returns false.
-