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 TypeClassDescriptionclassLinearSolverSparseSafe<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 TypeClassDescriptionclassCompressed Column (CC) sparse matrix format.classA 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 voidMatrixIO.saveMatrixMarket(DMatrixSparse matrix, String floatFormat, Writer writer) Writes a stream using the Matrix Market Coordinate format.