Uses of Interface
org.ejml.data.DMatrixSparse
-
Uses of DMatrixSparse in org.ejml
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic void
MatrixIO.saveMatrixMarket
(DMatrixSparse matrix, String floatFormat, Writer writer) Writes a stream using the Matrix Market Coordinate format.