Uses of Class
org.ojalgo.array.SparseArray.SparseFactory
-
Packages that use SparseArray.SparseFactory Package Description org.ojalgo.array org.ojalgo.matrix.store org.ojalgo.optimisation.convex org.ojalgo.optimisation.linear -
-
Uses of SparseArray.SparseFactory in org.ojalgo.array
Methods in org.ojalgo.array that return SparseArray.SparseFactory Modifier and Type Method Description static <N extends java.lang.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.SparseFactory Modifier and Type Field Description private SparseArray.SparseFactory<N>
ColumnsSupplier. myColumnFactory
private SparseArray.SparseFactory<N>
RowsSupplier. myRowFactory
-
Uses of SparseArray.SparseFactory in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as SparseArray.SparseFactory Modifier and Type Field Description private static SparseArray.SparseFactory<java.lang.Double>
IterativeASS.SparseArrayPool. ARRAY_FACTORY
-
Uses of SparseArray.SparseFactory in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as SparseArray.SparseFactory Modifier and Type Field Description private static SparseArray.SparseFactory<java.lang.Double>
ProductFormInverse.ArrayPool. FACTORY
private SparseArray.SparseFactory<java.lang.Double>
SparseTableau. mySparseFactory
-