Uses of Class
org.ojalgo.matrix.store.SparseStore
Packages that use SparseStore
-
Uses of SparseStore in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement interfaces with type arguments of type SparseStoreModifier and TypeClassDescriptionstatic final classSparseStore.Builder<N extends Comparable<N>>May be a preferable way to build a sparse matrix if: You don't know the number of nonzero elements in advance.static final classSparseStore.Factory<N extends Comparable<N>>static final classSparseStore.Factory<N extends Comparable<N>>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)