Uses of Class
de.gsi.dataset.spi.utils.MultiArrayLong
-
Packages that use MultiArrayLong Package Description de.gsi.dataset.spi.utils -
-
Uses of MultiArrayLong in de.gsi.dataset.spi.utils
Subclasses of MultiArrayLong in de.gsi.dataset.spi.utils Modifier and Type Class Description static classMultiArrayLong.MultiArray1DLongSpecialisation for the 1D case to allow for easier and more efficient usagestatic classMultiArrayLong.MultiArray2DLongSpecialisation for the 2D case to allow for easier and more efficient usageMethods in de.gsi.dataset.spi.utils that return MultiArrayLong Modifier and Type Method Description static MultiArrayLongMultiArrayLong. allocate(int[] dimensions)static MultiArrayLongMultiArrayLong. wrap(long[] elements)static MultiArrayLongMultiArrayLong. wrap(long[] elements, int[] dimensions)static MultiArrayLongMultiArrayLong. wrap(long[] elements, int offset, int length)static MultiArrayLongMultiArrayLong. wrap(long[] elements, int offset, int[] dimensions)
-