Uses of Class
dk.jonaslindstrom.ruffini.common.matrices.elements.BaseMatrix
Packages that use BaseMatrix
-
Uses of BaseMatrix in dk.jonaslindstrom.ruffini.common.matrices.elements
Subclasses of BaseMatrix in dk.jonaslindstrom.ruffini.common.matrices.elementsModifier and TypeClassDescriptionclass
Instances of this class represents a mutable matrix.class
SparseMatrix<E>
This class represents a sparse matrix by only storing the non-zero entries.