Uses of Interface
org.ejml.data.DMatrixSparse
Packages that use DMatrixSparse
-
Uses of DMatrixSparse in org.ejml
Classes in org.ejml with type parameters of type DMatrixSparseModifier and TypeClassDescriptionclass
LinearSolverSparseSafe<S extends DMatrixSparse,
D extends ReshapeMatrix> Ensures that any linear solver it is wrapped around will never modify the input matrices. -
Uses of DMatrixSparse in org.ejml.data
Classes in org.ejml.data that implement DMatrixSparseModifier and TypeClassDescriptionclass
Compressed Column (CC) sparse matrix format.class
A sparse matrix format that is designed to act as an intermediate step for other matrix types. -
Uses of DMatrixSparse in org.ejml.ops
Methods in org.ejml.ops with parameters of type DMatrixSparseModifier and TypeMethodDescriptionstatic void
MatrixIO.saveMatrixMarket
(DMatrixSparse matrix, String floatFormat, Writer writer) Writes a stream using the Matrix Market Coordinate format.