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