Uses of Interface
io.github.hakkelt.bartwrapper.BartNDArrayView
-
-
Uses of BartNDArrayView in io.github.hakkelt.bartwrapper
Classes in io.github.hakkelt.bartwrapper that implement BartNDArrayView Modifier and Type Class Description class
BartNDArrayMaskView
A view for a ComplexNDArray that selects values based on a specified mask.class
BartNDArrayPermuteDimsView
A view for a ComplexNDArray that permutes the order of dimensions.class
BartNDArrayReshapeView
A view for a ComplexNDArray that changes the shape of the parent NDArray.class
BartNDArraySliceView
A view for a ComplexNDArray that slices the parent ComplexNDArray.
-