Uses of Class
edu.rit.pj.reduction.SharedFloatArray
Packages that use SharedFloatArray
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
-
Uses of SharedFloatArray in edu.rit.mp
Methods in edu.rit.mp with parameters of type SharedFloatArrayModifier and TypeMethodDescriptionstatic FloatBuf
FloatBuf.buffer
(SharedFloatArray theArray) Create a buffer for the entire given shared float array.static FloatBuf
FloatBuf.sliceBuffer
(SharedFloatArray theArray, Range theRange) Create a buffer for one slice of the given shared float array.static FloatBuf[]
FloatBuf.sliceBuffers
(SharedFloatArray theArray, Range[] theRanges) Create an array of buffers for multiple slices of the given shared float array. -
Uses of SharedFloatArray in edu.rit.mp.buf
Constructors in edu.rit.mp.buf with parameters of type SharedFloatArrayModifierConstructorDescriptionSharedFloatArrayBuf
(SharedFloatArray theArray, Range theRange) Construct a new shared float array buffer.SharedFloatArrayBuf_1
(SharedFloatArray theArray, Range theRange) Construct a new shared float array buffer.