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 TypeMethodDescriptionstatic <N extends Comparable<N>>
SparseArray.SparseFactory<N> SparseArray.factory
(DenseArray.Factory<N> denseFactory) -
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.myColumnFactory
private 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.FACTORY
private final SparseArray.SparseFactory
<Double> SparseTableau.mySparseFactory