| Package | Description | 
|---|---|
| org.apache.commons.math3.util | Convenience routines and common data structures used throughout the commons-math library. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResizableDoubleArray. setExpansionMode(ResizableDoubleArray.ExpansionMode expansionMode)Deprecated. 
 As of 3.1 (to be removed in 4.0 as field will become "final"). | 
| Constructor and Description | 
|---|
| ResizableDoubleArray(int initialCapacity,
                    double expansionFactor,
                    double contractionCriterion,
                    ResizableDoubleArray.ExpansionMode expansionMode,
                    double... data)Creates an instance with the specified properties. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.