Uses of Class
uk.ac.manchester.tornado.api.types.arrays.LongArray
Packages that use LongArray
Package
Description
-
Uses of LongArray in uk.ac.manchester.tornado.api
Methods in uk.ac.manchester.tornado.api with parameters of type LongArrayModifier and TypeMethodDescriptionvoidMethod 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 LongArray in uk.ac.manchester.tornado.api.types.arrays
Methods in uk.ac.manchester.tornado.api.types.arrays that return LongArrayModifier and TypeMethodDescriptionstatic LongArraystatic LongArrayLongArray.fromArray(long[] values) Creates a new instance of theLongArrayclass from an on-heap long array.static LongArrayLongArray.fromElements(long... values) Creates a new instance of theLongArrayclass from a set of long values.static LongArrayLongArray.fromLongBuffer(LongBuffer buffer) Creates a new instance of theLongArrayclass from aLongBuffer.static LongArrayLongArray.fromSegment(MemorySegmentPREVIEW segment) static LongArrayLongArray.fromSegmentShallow(MemorySegmentPREVIEW segment) Creates a new instance of theLongArrayclass by wrapping an existingMemorySegmentPREVIEW without copying its contents.LongArray.slice(int offset, int length) Methods in uk.ac.manchester.tornado.api.types.arrays with parameters of type LongArrayModifier and TypeMethodDescriptionstatic LongArraystatic voidLongArray.initialize(LongArray array, long value) Factory method to initialize aLongArray.Constructors in uk.ac.manchester.tornado.api.types.arrays with parameters of type LongArray -
Uses of LongArray in uk.ac.manchester.tornado.api.types.matrix
Constructors in uk.ac.manchester.tornado.api.types.matrix with parameters of type LongArrayModifierConstructorDescriptionMatrix3DLong(int rows, int columns, int depth, LongArray array) Storage format for matrix. -
Uses of LongArray in uk.ac.manchester.tornado.api.types.utils
Methods in uk.ac.manchester.tornado.api.types.utils that return LongArrayModifier and TypeMethodDescriptionstatic LongArrayStorageFormats.toRowMajor3D(long[][][] matrix)