Uses of Class
org.ojalgo.array.GrowthStrategy.Builder
Packages that use GrowthStrategy.Builder
-
Uses of GrowthStrategy.Builder in org.ojalgo.array
Fields in org.ojalgo.array declared as GrowthStrategy.BuilderModifier and TypeFieldDescriptionprivate final GrowthStrategy.Builder
StrategyBuildingFactory.myStrategyBuilder
Methods in org.ojalgo.array that return GrowthStrategy.BuilderModifier and TypeMethodDescription(package private) GrowthStrategy.Builder
GrowthStrategy.Builder.chunk
(long chunk) (package private) GrowthStrategy.Builder
GrowthStrategy.Builder.initial
(long initial) Enforced to be >= 1(package private) static GrowthStrategy.Builder
GrowthStrategy.newBuilder
(DenseArray.Factory<?> denseFactory) (package private) GrowthStrategy.Builder
GrowthStrategy.Builder.segment
(long segment) Constructors in org.ojalgo.array with parameters of type GrowthStrategy.Builder