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 GrowthStrategyBasicArray.Factory. myDenseStrategyprivate GrowthStrategyLongToNumberMap.MapFactory. myGrowthStrategyprivate GrowthStrategyLongToNumberMap. myGrowthStrategyprivate GrowthStrategyNumberList.ListFactory. myGrowthStrategyprivate GrowthStrategyNumberList. myGrowthStrategyprivate GrowthStrategySparseArray. myGrowthStrategyprivate GrowthStrategySparseArray.SparseFactory. myGrowthStrategyprivate GrowthStrategyBasicArray.Factory. mySparseStrategyMethods in org.ojalgo.array that return GrowthStrategy Modifier and Type Method Description (package private) GrowthStrategyGrowthStrategy. chunk(long chunk)(package private) static GrowthStrategyGrowthStrategy. from(MathType mathType)(package private) GrowthStrategyGrowthStrategy. initial(long initial)Enforced to be <= 1(package private) GrowthStrategyGrowthStrategy. segment(long segment)Constructors in org.ojalgo.array with parameters of type GrowthStrategy Constructor Description LongToNumberMap(PlainArray.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(PlainArray.Factory<N,?> denseFactory, GrowthStrategy growthStrategy, int size)
-