Uses of Interface
org.ojalgo.matrix.store.SparseStructure2D
Packages that use SparseStructure2D
-
Uses of SparseStructure2D in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement SparseStructure2DModifier and TypeClassDescriptionfinal classColumnsSupplier<N extends Comparable<N>>Sparse columns – columns can be added and removed.(package private) classfinal classA compressed sparse column (CSC) matrix store implementation for double precision values.final classA compressed sparse row (CSR) matrix store implementation for double precision values.final classRowsSupplier<N extends Comparable<N>>Sparse rows – rows can be added and removed.final classSparseStore<N extends Comparable<N>>A sparse matrix (this implementation) is not thread safe.