Uses of Class
org.ojalgo.array.GrowthStrategy
Packages that use GrowthStrategy
-
Uses of GrowthStrategy in org.ojalgo.array
Fields in org.ojalgo.array declared as GrowthStrategyModifier and TypeFieldDescriptionprivate final GrowthStrategy
BasicArray.Factory.myGrowthStrategy
private final GrowthStrategy
LongToNumberMap.myGrowthStrategy
private final GrowthStrategy
NumberList.myGrowthStrategy
private final GrowthStrategy
SparseArray.myGrowthStrategy
Methods in org.ojalgo.array that return GrowthStrategyModifier and TypeMethodDescription(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 GrowthStrategyModifierConstructorDescription(package private)
LongToNumberMap
(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy) (package private)
NumberList
(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy) (package private)
NumberList
(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy, BasicArray<N> storage, long actualCount) (package private)
SparseArray
(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy, long count)