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