Uses of Class
uk.ac.manchester.tornado.api.types.arrays.ShortArray
Packages that use ShortArray
Package
Description
-
Uses of ShortArray in uk.ac.manchester.tornado.api.types.arrays
Methods in uk.ac.manchester.tornado.api.types.arrays that return ShortArrayModifier and TypeMethodDescriptionstatic ShortArrayShortArray.concat(ShortArray... arrays) Concatenates multipleShortArrayinstances into a singleShortArray.static ShortArrayShortArray.fromArray(short[] values) Creates a new instance of theShortArrayclass from an on-heap short array.static ShortArrayShortArray.fromElements(short... values) Creates a new instance of theShortArrayclass from a set of short values.static ShortArrayShortArray.fromSegment(MemorySegmentPREVIEW segment) static ShortArrayShortArray.fromSegmentShallow(MemorySegmentPREVIEW segment) Creates a new instance of theShortArrayclass by wrapping an existingMemorySegmentPREVIEW without copying its contents.static ShortArrayShortArray.fromShortBuffer(ShortBuffer buffer) Creates a new instance of theShortArrayclass from aShortBuffer.ShortArray.slice(int offset, int length) Extracts a slice of elements from a givenShortArray, creating a newShortArrayinstance.Methods in uk.ac.manchester.tornado.api.types.arrays with parameters of type ShortArrayModifier and TypeMethodDescriptionstatic ShortArrayShortArray.concat(ShortArray... arrays) Concatenates multipleShortArrayinstances into a singleShortArray.static voidShortArray.initialize(ShortArray array, short value) Factory method to initialize aShortArray.Constructors in uk.ac.manchester.tornado.api.types.arrays with parameters of type ShortArrayModifierConstructorDescriptionShortArray(ShortArray... arrays) Constructs a newShortArrayinstance by concatenating the contents of the given array ofShortArrayinstances. -
Uses of ShortArray in uk.ac.manchester.tornado.api.types.matrix
Constructors in uk.ac.manchester.tornado.api.types.matrix with parameters of type ShortArrayModifierConstructorDescriptionMatrix3DShort(int rows, int columns, int depth, ShortArray array) Storage format for matrix. -
Uses of ShortArray in uk.ac.manchester.tornado.api.types.utils
Methods in uk.ac.manchester.tornado.api.types.utils that return ShortArrayModifier and TypeMethodDescriptionstatic ShortArrayStorageFormats.toRowMajor3D(short[][][] matrix) -
Uses of ShortArray in uk.ac.manchester.tornado.api.types.volumes
Methods in uk.ac.manchester.tornado.api.types.volumes that return ShortArrayConstructors in uk.ac.manchester.tornado.api.types.volumes with parameters of type ShortArray