Uses of Interface
org.ejml.data.MatrixSparse
-
Uses of MatrixSparse in org.ejml
Modifier and TypeMethodDescriptionstatic <T extends MatrixSparse>
TUtilEjml.reshapeOrDeclare
(T target, MatrixSparse reference) Modifier and TypeMethodDescriptionstatic <T extends MatrixSparse>
TUtilEjml.reshapeOrDeclare
(T target, MatrixSparse reference) -
Uses of MatrixSparse in org.ejml.concurrency
Modifier and TypeMethodDescriptionstatic boolean
EjmlConcurrency.useConcurrent
(MatrixSparse mat) Returns true if the operation on the matrix should use the concurrent implementation. -
Uses of MatrixSparse in org.ejml.data
Modifier and TypeInterfaceDescriptioninterface
High level interface for sparse matrices double types.interface
High level interface for sparse matrices float types.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.class
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 MatrixSparse in org.ejml.simple
Modifier and TypeInterfaceDescriptioninterface
SimpleSparseOperations<S extends MatrixSparse,
D extends Matrix> Extension toSimpleOperations
for sparse matrices