|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResizableDoubleArray | |
---|---|
org.apache.commons.math.stat.descriptive | Generic univariate summary statistic objects. |
org.apache.commons.math.util | Convenience routines and common data structures used throughout the commons-math library. |
Uses of ResizableDoubleArray in org.apache.commons.math.stat.descriptive |
---|
Fields in org.apache.commons.math.stat.descriptive declared as ResizableDoubleArray | |
---|---|
protected ResizableDoubleArray |
DescriptiveStatistics.eDA
Stored data values |
Uses of ResizableDoubleArray in org.apache.commons.math.util |
---|
Methods in org.apache.commons.math.util that return ResizableDoubleArray | |
---|---|
ResizableDoubleArray |
ResizableDoubleArray.copy()
Returns a copy of the ResizableDoubleArray. |
Methods in org.apache.commons.math.util with parameters of type ResizableDoubleArray | |
---|---|
static void |
ResizableDoubleArray.copy(ResizableDoubleArray source,
ResizableDoubleArray dest)
Copies source to dest, copying the underlying data, so dest is a new, independent copy of source. |
Constructors in org.apache.commons.math.util with parameters of type ResizableDoubleArray | |
---|---|
ResizableDoubleArray(ResizableDoubleArray original)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |