Uses of Class
io.github.hakkelt.ndarrays.AbstractComplexNDArray
-
Packages that use AbstractComplexNDArray Package Description io.github.hakkelt.ndarrays.basic Simple reference implementation for NDArrays backed by 1D arrays of primitive values. -
-
Uses of AbstractComplexNDArray in io.github.hakkelt.ndarrays.basic
Subclasses of AbstractComplexNDArray in io.github.hakkelt.ndarrays.basic Modifier and Type Class Description class
BasicComplexDoubleNDArray
Reference implementation for the NDArray of complex double (single-precision, 32 bit doubleing point) values.class
BasicComplexFloatNDArray
Reference implementation for the NDArray of complex float (single-precision, 32 bit floating point) values.
-