| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.util |
| 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 © 2024 CNES. All rights reserved.