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