Uses of Enum
org.hipparchus.util.ResizableDoubleArray.ExpansionMode
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of ResizableDoubleArray.ExpansionMode in org.hipparchus.util
Modifier and TypeMethodDescriptionResizableDoubleArray.getExpansionMode()
The expansion mode determines whether the internal storage array grows additively or multiplicatively when it is expanded.Returns the enum constant of this type with the specified name.static ResizableDoubleArray.ExpansionMode[]
ResizableDoubleArray.ExpansionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionResizableDoubleArray
(int initialCapacity, double expansionFactor, double contractionCriterion, ResizableDoubleArray.ExpansionMode expansionMode, double... data) Creates an instance with the specified properties.