Uses of Class
org.ojalgo.array.GrowthStrategy
-
Packages that use GrowthStrategy Package Description org.ojalgo.array -
-
Uses of GrowthStrategy in org.ojalgo.array
Fields in org.ojalgo.array declared as GrowthStrategy Modifier and Type Field Description private GrowthStrategy
BasicArray.Factory. myGrowthStrategy
private GrowthStrategy
LongToNumberMap. myGrowthStrategy
private GrowthStrategy
NumberList. myGrowthStrategy
private GrowthStrategy
SparseArray. myGrowthStrategy
Methods in org.ojalgo.array that return GrowthStrategy Modifier and Type Method Description (package private) GrowthStrategy
GrowthStrategy.Builder. build()
(package private) GrowthStrategy
StrategyBuildingFactory. getGrowthStrategy()
(package private) static GrowthStrategy
GrowthStrategy. newInstance(DenseArray.Factory<?> denseFactory)
Constructors in org.ojalgo.array with parameters of type GrowthStrategy Constructor Description LongToNumberMap(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy)
NumberList(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy)
NumberList(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy, BasicArray<N> storage, long actualCount)
SparseArray(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy, long count)
-