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