Package | Description |
---|---|
fr.cnes.sirius.patrius.math.util |
Modifier and Type | Method and Description |
---|---|
static ResizableDoubleArray.ExpansionMode |
ResizableDoubleArray.ExpansionMode.valueOf(String name)
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.
|
Constructor and Description |
---|
ResizableDoubleArray(int initialCapacity,
double expansionFactorIn,
double contractionCriterionIn,
ResizableDoubleArray.ExpansionMode expansionModeIn,
double... data)
Creates an instance with the specified properties.
|
Copyright © 2023 CNES. All rights reserved.