Uses of Class
org.ojalgo.matrix.store.SparseStore
-
Packages that use SparseStore Package Description org.ojalgo.matrix.store -
-
Uses of SparseStore in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return SparseStore Modifier and Type Method Description SparseStore<N>
SparseStore.Builder. build()
SparseStore<N>
SparseStore.Factory. copy(Access2D<?> source)
SparseStore<N>
SparseStore.Factory. make(int nbRows, int nbCols)
default SparseStore<N>
PhysicalStore.Factory. makeSparse(long nbRows, long nbCols)
default SparseStore<N>
PhysicalStore.Factory. makeSparse(Structure2D shape)
Methods in org.ojalgo.matrix.store with parameters of type SparseStore Modifier and Type Method Description (package private) static <N extends java.lang.Comparable<N>>
voidSparseStore. multiply(SparseStore<N> left, SparseStore<N> right, TransformableRegion<N> target)
-