Uses of Class
io.github.hakkelt.ndarrays.internal.AbstractNDArrayReshapeView
-
Packages that use AbstractNDArrayReshapeView Package Description io.github.hakkelt.ndarrays.internal Internal classes meant to be used for developing new NDArray-based packages, but should not be used directly. -
-
Uses of AbstractNDArrayReshapeView in io.github.hakkelt.ndarrays.internal
Subclasses of AbstractNDArrayReshapeView in io.github.hakkelt.ndarrays.internal Modifier and Type Class Description classComplexNDArrayReshapeView<T extends Number>A view for a ComplexNDArray that changes the shape of the parent NDArray.classRealNDArrayReshapeView<T extends Number>A view for an NDArray holding real values that changes the shape of the parent NDArray.
-