| Modifier and Type | Method and Description |
|---|---|
DoubleLargeArray |
DoubleLargeArray.clone()
Returns a deep copy of this instance.
|
DoubleLargeArray |
ComplexDoubleLargeArray.getAbsArray()
Returns the absolute value of this array.
|
DoubleLargeArray |
ComplexDoubleLargeArray.getArgArray()
Returns the argument of this array.
|
DoubleLargeArray |
ComplexDoubleLargeArray.getImaginaryArray()
Returns the imaginary part of this array.
|
DoubleLargeArray |
ComplexDoubleLargeArray.getRealArray()
Returns the real part of this array.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LargeArrayUtils.arraycopy(double[] src,
int srcPos,
DoubleLargeArray dest,
long destPos,
long length)
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
|
static void |
LargeArrayUtils.arraycopy(DoubleLargeArray src,
long srcPos,
DoubleLargeArray dest,
long destPos,
long length)
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
|
| Constructor and Description |
|---|
ComplexDoubleLargeArray(DoubleLargeArray data)
Creates new instance of this class.
|
ComplexDoubleLargeArray(DoubleLargeArray dataRe,
DoubleLargeArray dataIm)
Creates new instance of this class.
|
Copyright © 2015. All rights reserved.