| Modifier and Type | Method and Description |
|---|---|
FloatLargeArray |
FloatLargeArray.clone()
Returns a deep copy of this instance.
|
FloatLargeArray |
ComplexFloatLargeArray.getAbsArray()
Returns the absolute value of this array.
|
FloatLargeArray |
ComplexFloatLargeArray.getArgArray()
Returns the argument of this array.
|
FloatLargeArray |
ComplexFloatLargeArray.getImaginaryArray()
Returns the imaginary part of this array.
|
FloatLargeArray |
ComplexFloatLargeArray.getRealArray()
Returns the real part of this array.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LargeArrayUtils.arraycopy(float[] src,
int srcPos,
FloatLargeArray 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(FloatLargeArray src,
long srcPos,
FloatLargeArray 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 |
|---|
ComplexFloatLargeArray(FloatLargeArray data)
Creates new instance of this class.
|
ComplexFloatLargeArray(FloatLargeArray dataRe,
FloatLargeArray dataIm)
Creates new instance of this class.
|
Copyright © 2015. All rights reserved.