BartComplexFloatNDArray |
BartComplexFloatNDArray.copyFrom(io.github.hakkelt.ndarrays.NDArray<?> array) |
|
static BartComplexFloatNDArray |
BartNDArray.load(File file) |
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(byte... array) |
Factory method that creates an NDArray from a list or 1D array of byte values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(byte[] real,
byte[] imag) |
Factory method that creates a BartNDArray from two 1D array of byte values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(double... array) |
Factory method that creates an NDArray from a list or 1D array of double values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(double[] real,
double[] imag) |
Factory method that creates a BartNDArray from two 1D array of double values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(float... array) |
Factory method that creates an NDArray from a list or 1D array of float values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(float[] real,
float[] imag) |
Factory method that creates a BartNDArray from two 1D array of float values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(int... array) |
Factory method that creates an NDArray from a list or 1D array of int values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(int[] real,
int[] imag) |
Factory method that creates a BartNDArray from two 1D array of int values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(long... array) |
Factory method that creates an NDArray from a list or 1D array of long values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(long[] real,
long[] imag) |
Factory method that creates a BartNDArray from two 1D array of long values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(short... array) |
Factory method that creates an NDArray from a list or 1D array of short values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(short[] real,
short[] imag) |
Factory method that creates a BartNDArray from a list or 1D array of short values.
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(Object[] realOrComplex) |
Factory method that creates an NDArray from a multi-dimensional array of numeric values (including Complex type).
|
static BartComplexFloatNDArray |
BartComplexFloatNDArray.of(Object[] real,
Object[] imag) |
Factory method that creates a BartNDArray from two multi-dimensional arrays of numeric values.
|