Package dk.jonaslindstrom.ruffini.common.matrices.elements
package dk.jonaslindstrom.ruffini.common.matrices.elements
-
ClassDescriptionBaseMatrix<E>This class represents a matrix of elements of type E.Matrix<E>A representation of a matrix taking entries of type E.Instances of this class represents a mutable matrix.SparseMatrix<E>This class represents a sparse matrix by only storing the non-zero entries.