Uses of Class
io.github.hakkelt.ndarrays.internal.NormalizedRange
-
Packages that use NormalizedRange 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 NormalizedRange in io.github.hakkelt.ndarrays.internal
Methods in io.github.hakkelt.ndarrays.internal that return NormalizedRange Modifier and Type Method Description NormalizedRange[]
SlicingExpression. getExpressions()
static NormalizedRange[]
NormalizedRange. normalizeRanges(Range[] ranges, int[] parentDims)
Methods in io.github.hakkelt.ndarrays.internal with parameters of type NormalizedRange Modifier and Type Method Description ComplexNDArray<T2>
ViewOperations. internalSlice(ComplexNDArray<T2> me, NormalizedRange[] slicingExpressions)
NDArray<T2>
ViewOperations. internalSlice(RealNDArray<T2> me, NormalizedRange[] slicingExpressions)
static boolean
ViewOperations. isThisSlicingAnIdentityOperation(NDArray<?> me, NormalizedRange[] slicingExpressions)
Constructors in io.github.hakkelt.ndarrays.internal with parameters of type NormalizedRange Constructor Description RealNDArraySliceView(NDArray<T> parent, NormalizedRange[] slicingExpressions)
SlicingExpression(int[] parentDims, NormalizedRange[] expressions)
SlicingExpression(SlicingExpression prevSlicingExpression, NormalizedRange[] expressions)
-