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