Uses of Class
uk.ac.manchester.tornado.api.types.arrays.IntArray
Packages that use IntArray
Package
Description
-
Uses of IntArray in uk.ac.manchester.tornado.api
Methods in uk.ac.manchester.tornado.api with parameters of type IntArrayModifier and TypeMethodDescriptionstatic intTornadoVMIntrinsics.atomic_add(IntArray array, int index, int value) Deprecated.voidMethod used to read a memory address by using the array and the index, then add the value of val to it, and write the result back to the same address.voidMethod used to read a memory address by using the array and the index, then add the value of val to it, and write the result back to the same address. -
Uses of IntArray in uk.ac.manchester.tornado.api.math
Methods in uk.ac.manchester.tornado.api.math with parameters of type IntArray -
Uses of IntArray in uk.ac.manchester.tornado.api.types.arrays
Methods in uk.ac.manchester.tornado.api.types.arrays that return IntArrayModifier and TypeMethodDescriptionstatic IntArraystatic IntArrayIntArray.fromArray(int[] values) Creates a new instance of theIntArrayclass from an on-heap int array.static IntArrayIntArray.fromElements(int... values) Creates a new instance of theIntArrayclass from a set of int values.static IntArrayIntArray.fromIntBuffer(IntBuffer buffer) static IntArrayIntArray.fromSegment(MemorySegmentPREVIEW segment) static IntArrayIntArray.fromSegmentShallow(MemorySegmentPREVIEW segment) Creates a new instance of theIntArrayclass by wrapping an existingMemorySegmentPREVIEW without copying its contents.IntArray.slice(int offset, int length) Extracts a slice of elements from a given , creating a new instance.Methods in uk.ac.manchester.tornado.api.types.arrays with parameters of type IntArrayModifier and TypeMethodDescriptionstatic IntArraystatic voidIntArray.initialize(IntArray array, int value) Factory method to initialize aIntArray.Constructors in uk.ac.manchester.tornado.api.types.arrays with parameters of type IntArray -
Uses of IntArray in uk.ac.manchester.tornado.api.types.collections
Fields in uk.ac.manchester.tornado.api.types.collections declared as IntArrayMethods in uk.ac.manchester.tornado.api.types.collections that return IntArrayModifier and TypeMethodDescriptionVectorInt.getArray()VectorInt16.getArray()VectorInt2.getArray()VectorInt3.getArray()VectorInt4.getArray()VectorInt8.getArray()Methods in uk.ac.manchester.tornado.api.types.collections with parameters of type IntArrayModifier and TypeMethodDescriptionvoidSets the elements of this vector to that of the provided array.voidSets the elements of this vector to that of the provided array.voidSets the elements of this vector to that of the provided array.voidSets the elements of this vector to that of the provided array.voidSets the elements of this vector to that of the provided array.Constructors in uk.ac.manchester.tornado.api.types.collections with parameters of type IntArrayModifierConstructorDescriptionCreates a vector using the provided backing array.Creates an new vector from the provided storage.VectorInt16(IntArray array) Creates a vector using the provided backing array.VectorInt2(IntArray array) Creates a vector using the provided backing array.VectorInt3(IntArray array) Creates a vector using the provided backing array.VectorInt4(IntArray array) Creates a vector using the provided backing array.VectorInt8(IntArray array) Creates a vector using the provided backing array. -
Uses of IntArray in uk.ac.manchester.tornado.api.types.matrix
Constructors in uk.ac.manchester.tornado.api.types.matrix with parameters of type IntArrayModifierConstructorDescriptionMatrix2DInt(int rows, int columns, IntArray array) Storage format for matrix.Matrix3DInt(int rows, int columns, int depth, IntArray array) Storage format for matrix. -
Uses of IntArray in uk.ac.manchester.tornado.api.types.utils
Methods in uk.ac.manchester.tornado.api.types.utils that return IntArrayModifier and TypeMethodDescriptionstatic IntArrayStorageFormats.toRowMajor(int[][] matrix) static IntArrayStorageFormats.toRowMajor3D(int[][][] matrix)