Interface MatrixOperationsMixin<T,U,V,W,Y,X extends Number,TT extends VectorMixin<TT,UU,?,?,?,?,?,?>,UU extends VectorMixin<UU,UU,?,CVector,X,U,U,CMatrix>>

Type Parameters:
T - Matrix type.
U - Dense matrix type.
V - Sparse matrix type.
W - Complex matrix type.
Y - Complex sparse matrix type.
X - Matrix entry type.
TT - Vector type equivalent.
UU - Dense vector 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 MatrixOperationsMixin<T,U,V,W,Y,X extends Number,TT extends VectorMixin<TT,UU,?,?,?,?,?,?>,UU extends VectorMixin<UU,UU,?,CVector,X,U,U,CMatrix>>
This interface specifies operations which should be implemented by any matrix (rank 2 tensor).