Uses of Class
org.ojalgo.array.SparseArray.SparseFactory
Packages that use SparseArray.SparseFactory
Package
Description
-
Uses of SparseArray.SparseFactory in org.ojalgo.array
Methods in org.ojalgo.array that return SparseArray.SparseFactoryModifier and TypeMethodDescriptionSparseArray.SparseFactory.chunk(long chunk) static <N extends Comparable<N>>
SparseArray.SparseFactory<N> SparseArray.factory(PlainArray.Factory<N, ?> denseFactory) SparseArray.SparseFactory.initial(long initial) SparseArray.SparseFactory.segment(long segment) With very large data structures, particularly sparse ones, the underlying (dense) storage is segmented. -
Uses of SparseArray.SparseFactory in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as SparseArray.SparseFactoryModifier and TypeFieldDescriptionprivate final SparseArray.SparseFactory<N> ColumnsSupplier.myColumnFactoryprivate final SparseArray.SparseFactory<N> RowsSupplier.myRowFactory -
Uses of SparseArray.SparseFactory in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as SparseArray.SparseFactoryModifier and TypeFieldDescriptionprivate static final SparseArray.SparseFactory<Double> IterativeASS.SparseArrayPool.ARRAY_FACTORY -
Uses of SparseArray.SparseFactory in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as SparseArray.SparseFactoryModifier and TypeFieldDescriptionprivate static final SparseArray.SparseFactory<Double> ProductFormInverse.ArrayPool.FACTORYprivate final SparseArray.SparseFactory<Double> SparseTableau.mySparseFactory