Uses of Class
io.github.hakkelt.ndarrays.Range
-
Packages that use Range Package Description io.github.hakkelt.ndarrays General framework for N-dimensional arrays holding either complex or real values.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 Range in io.github.hakkelt.ndarrays
Fields in io.github.hakkelt.ndarrays declared as Range Modifier and Type Field Description static Range
Range. ALL
Methods in io.github.hakkelt.ndarrays that return Range Modifier and Type Method Description static Range[]
Range. parseExpressions(Object... expressions)
-
Uses of Range in io.github.hakkelt.ndarrays.internal
Subclasses of Range in io.github.hakkelt.ndarrays.internal Modifier and Type Class Description class
NormalizedRange
Methods in io.github.hakkelt.ndarrays.internal with parameters of type Range Modifier and Type Method Description static NormalizedRange[]
NormalizedRange. normalizeRanges(Range[] ranges, int[] parentDims)
static String
SlicingExpression. toString(Range[] expressions)
Constructors in io.github.hakkelt.ndarrays.internal with parameters of type Range Constructor Description ComplexNDArraySliceView(NDArray<org.apache.commons.math3.complex.Complex> parent, Range[] slicingExpressions)
NormalizedRange(Range range, int length)
SlicingExpression(int[] parentDims, Range[] expressions)
SlicingExpression(SlicingExpression prevSlicingExpression, Range[] expressions)
-