Uses of Class
edu.rit.pj.reduction.SharedBooleanArray
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
-
Uses of SharedBooleanArray in edu.rit.mp
Modifier and TypeMethodDescriptionstatic BooleanBuf
BooleanBuf.buffer
(SharedBooleanArray theArray) Create a buffer for the entire given shared Boolean array.static BooleanBuf
BooleanBuf.sliceBuffer
(SharedBooleanArray theArray, Range theRange) Create a buffer for one slice of the given shared Boolean array.static BooleanBuf[]
BooleanBuf.sliceBuffers
(SharedBooleanArray theArray, Range[] theRanges) Create an array of buffers for multiple slices of the given shared Boolean array. -
Uses of SharedBooleanArray in edu.rit.mp.buf
ModifierConstructorDescriptionSharedBooleanArrayBuf
(SharedBooleanArray theArray, Range theRange) Construct a new shared Boolean array buffer.SharedBooleanArrayBuf_1
(SharedBooleanArray theArray, Range theRange) Construct a new shared Boolean array buffer.