Uses of Interface
org.ejml.data.FMatrixSparse
Packages that use FMatrixSparse
-
Uses of FMatrixSparse in org.ejml.data
Classes in org.ejml.data that implement FMatrixSparseModifier 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
Methods in org.ejml.ops with parameters of type FMatrixSparseModifier and TypeMethodDescriptionstatic void
MatrixIO.saveMatrixMarket
(FMatrixSparse matrix, String floatFormat, Writer writer) Writes a stream using the Matrix Market Coordinate format.