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 |
---|---|
ResizableDoubleArray |
ResizableDoubleArray.copy()
Returns a copy of the ResizableDoubleArray.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ResizableDoubleArray(ResizableDoubleArray original)
Copy constructor.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.