Uses of Interface
org.ejml.data.MatrixSparse
Packages that use MatrixSparse
-
Uses of MatrixSparse in org.ejml
Methods in org.ejml with type parameters of type MatrixSparseModifier and TypeMethodDescriptionstatic <T extends MatrixSparse>
TUtilEjml.reshapeOrDeclare
(T target, MatrixSparse reference) Methods in org.ejml with parameters of type MatrixSparseModifier and TypeMethodDescriptionstatic <T extends MatrixSparse>
TUtilEjml.reshapeOrDeclare
(T target, MatrixSparse reference) -
Uses of MatrixSparse in org.ejml.concurrency
Methods in org.ejml.concurrency with parameters of type MatrixSparseModifier 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
Subinterfaces of MatrixSparse in org.ejml.dataModifier and TypeInterfaceDescriptioninterface
High level interface for sparse matrices double types.interface
High level interface for sparse matrices float types.Classes in org.ejml.data that implement MatrixSparseModifier 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
Classes in org.ejml.simple with type parameters of type MatrixSparseModifier and TypeInterfaceDescriptioninterface
SimpleSparseOperations<S extends MatrixSparse,
D extends Matrix> Extension toSimpleOperations
for sparse matrices