Package de.gsi.dataset.spi.utils
Class MultiArrayFloat.MultiArray1DFloat
- java.lang.Object
-
- de.gsi.dataset.spi.utils.MultiArray<float[]>
-
- de.gsi.dataset.spi.utils.MultiArrayFloat
-
- de.gsi.dataset.spi.utils.MultiArrayFloat.MultiArray1DFloat
-
- Enclosing class:
- MultiArrayFloat
public static class MultiArrayFloat.MultiArray1DFloat extends MultiArrayFloat
Specialisation for the 1D case to allow for easier and more efficient usage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.gsi.dataset.spi.utils.MultiArrayFloat
MultiArrayFloat.MultiArray1DFloat, MultiArrayFloat.MultiArray2DFloat
-
-
Field Summary
-
Fields inherited from class de.gsi.dataset.spi.utils.MultiArray
dimensions, elements, offset, strides
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMultiArray1DFloat(float[] elements, int[] dimensions, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatget(int index)voidset(int index, float value)-
Methods inherited from class de.gsi.dataset.spi.utils.MultiArrayFloat
allocate, equals, get, getStrided, hashCode, set, setStrided, wrap, wrap, wrap, wrap
-
Methods inherited from class de.gsi.dataset.spi.utils.MultiArray
elements, getDimensions, getElementsCount, getIndex, getIndices, getOffset, toString, wrap, wrap, wrap, wrap
-
-