Package io.github.hakkelt.ndarrays.basic
Simple reference implementation for NDArrays backed by 1D arrays of primitive values.
-
Class Summary Class Description BasicBigDecimalNDArray Reference implementation for the NDArray of BigDecimal (arbitrary precision floating-point) values.BasicBigIntegerNDArray Reference implementation for the NDArray of BigInteger (arbitrary precision integer) values.BasicByteNDArray Reference implementation for the NDArray of byte (8 bit integer) values.BasicComplexDoubleNDArray Reference implementation for the NDArray of complex double (single-precision, 32 bit doubleing point) values.BasicComplexFloatNDArray Reference implementation for the NDArray of complex float (single-precision, 32 bit floating point) values.BasicDoubleNDArray Reference implementation for the NDArray of double (double precision, 64 bit floating-point) values.BasicFloatNDArray Reference implementation for the NDArray of float (single precision, 32 bit floating-point) values.BasicIntegerNDArray Reference implementation for the NDArray of int (32 bit integer) values.BasicLongNDArray Reference implementation for the NDArray of long (64 bit integer) values.BasicShortNDArray Reference implementation for the NDArray of short (16 bit integer) values.