Uses of Class
uk.ac.manchester.tornado.api.types.arrays.HalfFloatArray
Packages that use HalfFloatArray
Package
Description
-
Uses of HalfFloatArray in uk.ac.manchester.tornado.api.math
Methods in uk.ac.manchester.tornado.api.math with parameters of type HalfFloatArrayModifier and TypeMethodDescriptionstatic booleanTornadoMath.isEqual(HalfFloatArray a, HalfFloatArray b) -
Uses of HalfFloatArray in uk.ac.manchester.tornado.api.types.arrays
Methods in uk.ac.manchester.tornado.api.types.arrays that return HalfFloatArrayModifier and TypeMethodDescriptionstatic HalfFloatArrayHalfFloatArray.concat(HalfFloatArray... arrays) Concatenates multipleHalfFloatArrayinstances into a singleHalfFloatArray.static HalfFloatArrayCreates a new instance of theHalfFloatArrayclass from an on-heapHalfFloat.static HalfFloatArrayHalfFloatArray.fromElements(HalfFloat... values) Creates a new instance of theHalfFloatArrayclass from a set ofHalfFloatvalues.static HalfFloatArrayHalfFloatArray.fromSegment(MemorySegmentPREVIEW segment) static HalfFloatArrayHalfFloatArray.fromSegmentShallow(MemorySegmentPREVIEW segment) Creates a new instance of theHalfFloatArrayclass by wrapping an existingMemorySegmentPREVIEW without copying its contents.HalfFloatArray.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 HalfFloatArrayModifier and TypeMethodDescriptionstatic HalfFloatArrayHalfFloatArray.concat(HalfFloatArray... arrays) Concatenates multipleHalfFloatArrayinstances into a singleHalfFloatArray.static voidHalfFloatArray.initialize(HalfFloatArray array, HalfFloat value) Factory method to initialize aHalfFloatArray.Constructors in uk.ac.manchester.tornado.api.types.arrays with parameters of type HalfFloatArrayModifierConstructorDescriptionHalfFloatArray(HalfFloatArray... arrays) Constructs a newHalfFloatArrayinstance by concatenating the contents of the given array ofHalfFloatArrayinstances. -
Uses of HalfFloatArray in uk.ac.manchester.tornado.api.types.collections
Methods in uk.ac.manchester.tornado.api.types.collections that return HalfFloatArrayModifier and TypeMethodDescriptionVectorHalf.getArray()VectorHalf16.getArray()VectorHalf2.getArray()VectorHalf3.getArray()VectorHalf4.getArray()VectorHalf8.getArray()Methods in uk.ac.manchester.tornado.api.types.collections with parameters of type HalfFloatArrayModifier and TypeMethodDescriptionvoidVectorHalf16.set(HalfFloatArray values) Sets the elements of this vector to that of the provided array.voidVectorHalf2.set(HalfFloatArray values) Sets the elements of this vector to that of the provided array.voidVectorHalf3.set(HalfFloatArray values) Sets the elements of this vector to that of the provided array.voidVectorHalf4.set(HalfFloatArray values) Sets the elements of this vector to that of the provided array.voidVectorHalf8.set(HalfFloatArray values) Sets the elements of this vector to that of the provided array.Constructors in uk.ac.manchester.tornado.api.types.collections with parameters of type HalfFloatArrayModifierConstructorDescriptionVectorHalf(int numElements, HalfFloatArray array) VectorHalf(HalfFloatArray storage) Creates a new vector from the provided storage.protectedVectorHalf16(int numElements, HalfFloatArray array) protectedVectorHalf2(int numElements, HalfFloatArray array) protectedVectorHalf3(int numElements, HalfFloatArray array) protectedVectorHalf4(int numElements, HalfFloatArray array) protectedVectorHalf8(int numElements, HalfFloatArray array)