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