Uses of Class
edu.rit.pj.reduction.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
Modifier and TypeMethodDescriptionstatic ShortBuf
ShortBuf.buffer
(SharedShortArray theArray) Create a buffer for the entire given shared short array.static ShortBuf
ShortBuf.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
ModifierConstructorDescriptionSharedShortArrayBuf
(SharedShortArray theArray, Range theRange) Construct a new shared short array buffer.SharedShortArrayBuf_1
(SharedShortArray theArray, Range theRange) Construct a new shared short array buffer.