Uses of Class
org.ojalgo.matrix.store.SparseStore
Packages that use SparseStore
-
Uses of SparseStore in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return SparseStoreModifier and TypeMethodDescriptionSparseStore.Builder.build()
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 SparseStoreModifier and TypeMethodDescription(package private) static <N extends Comparable<N>>
voidSparseStore.multiply
(SparseStore<N> left, SparseStore<N> right, TransformableRegion<N> target)