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 booleanEjmlConcurrency.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 TypeInterfaceDescriptioninterfaceHigh level interface for sparse matrices double types.interfaceHigh level interface for sparse matrices float types.Classes in org.ejml.data that implement MatrixSparseModifier and TypeClassDescriptionclassCompressed Column (CC) sparse matrix format.classA sparse matrix format that is designed to act as an intermediate step for other matrix types.classCompressed Column (CC) sparse matrix format.classA 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 TypeInterfaceDescriptioninterfaceSimpleSparseOperations<S extends MatrixSparse,D extends Matrix> Extension toSimpleOperationsfor sparse matrices