Uses of Interface
org.ojalgo.matrix.store.SparseStructure2D
-
Packages that use SparseStructure2D Package Description org.ojalgo.matrix.store -
-
Uses of SparseStructure2D in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement SparseStructure2D Modifier and Type Class Description classColumnsSupplier<N extends java.lang.Comparable<N>>Sparse columns – columns can be added and removed.(package private) classCompressedSparseR064classR064CSCA compressed sparse column (CSC) matrix store implementation for double precision values.classR064CSRA compressed sparse row (CSR) matrix store implementation for double precision values.classRowsSupplier<N extends java.lang.Comparable<N>>Sparse rows – rows can be added and removed.classSparseStore<N extends java.lang.Comparable<N>>A sparse matrix (this implementation) is not thread safe.
-