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 SparseArray.SparseFactory<N>SparseArray.SparseFactory. chunk(long chunk)static <N extends java.lang.Comparable<N>>
SparseArray.SparseFactory<N>SparseArray. factory(PlainArray.Factory<N,?> denseFactory)SparseArray.SparseFactory<N>SparseArray.SparseFactory. initial(long initial)SparseArray.SparseFactory<N>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.SparseFactory Modifier and Type Field Description private SparseArray.SparseFactory<N>ColumnsSupplier. myColumnFactoryprivate 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. FACTORYprivate SparseArray.SparseFactory<java.lang.Double>SparseTableau. mySparseFactory
-