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