Uses of Class
edu.rit.pj.reduction.SharedBooleanArray
Packages that use 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
Methods in edu.rit.mp with parameters of type SharedBooleanArrayModifier 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
Constructors in edu.rit.mp.buf with parameters of type SharedBooleanArrayModifierConstructorDescriptionSharedBooleanArrayBuf
(SharedBooleanArray theArray, Range theRange) Construct a new shared Boolean array buffer.SharedBooleanArrayBuf_1
(SharedBooleanArray theArray, Range theRange) Construct a new shared Boolean array buffer.