Uses of Class
edu.rit.mp.Signed8BitIntegerBuf
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
-
Uses of Signed8BitIntegerBuf in edu.rit.mp
Modifier and TypeMethodDescriptionstatic Signed8BitIntegerBuf
Signed8BitIntegerBuf.buffer
(int[] theArray) Create a buffer for the entire given integer array.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.buffer
(int[][] theMatrix) Create a buffer for the entire given integer matrix.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.buffer
(SharedInteger item) Create a buffer for a shared integer item.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.buffer
(SharedIntegerArray theArray) Create a buffer for the entire given shared integer array.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.colSliceBuffer
(int[][] theMatrix, Range theColRange) Create a buffer for one column slice of the given integer matrix.static Signed8BitIntegerBuf[]
Signed8BitIntegerBuf.colSliceBuffers
(int[][] theMatrix, Range[] theColRanges) Create an array of buffers for multiple column slices of the given integer matrix.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.emptyBuffer()
Create an empty buffer.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.patchBuffer
(int[][] theMatrix, Range theRowRange, Range theColRange) Create a buffer for one patch of the given integer matrix.static Signed8BitIntegerBuf[]
Signed8BitIntegerBuf.patchBuffers
(int[][] theMatrix, Range[] theRowRanges, Range[] theColRanges) Create an array of buffers for multiple patches of the given integer matrix.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.rowSliceBuffer
(int[][] theMatrix, Range theRowRange) Create a buffer for one row slice of the given integer matrix.static Signed8BitIntegerBuf[]
Signed8BitIntegerBuf.rowSliceBuffers
(int[][] theMatrix, Range[] theRowRanges) Create an array of buffers for multiple row slices of the given integer matrix.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.sliceBuffer
(int[] theArray, Range theRange) Create a buffer for one slice of the given integer array.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.sliceBuffer
(SharedIntegerArray theArray, Range theRange) Create a buffer for one slice of the given shared integer array.static Signed8BitIntegerBuf[]
Signed8BitIntegerBuf.sliceBuffers
(int[] theArray, Range[] theRanges) Create an array of buffers for multiple slices of the given integer array.static Signed8BitIntegerBuf[]
Signed8BitIntegerBuf.sliceBuffers
(SharedIntegerArray theArray, Range[] theRanges) Create an array of buffers for multiple slices of the given shared integer array.Modifier and TypeMethodDescriptionprotected static void
Signed8BitIntegerBuf.defaultCopy
(Signed8BitIntegerBuf theSrc, Signed8BitIntegerBuf theDst) Copy items from the given source buffer to the given destination buffer. -
Uses of Signed8BitIntegerBuf in edu.rit.mp.buf
Modifier and TypeClassDescriptionclass
Class EmptySigned8BitIntegerBuf provides a signed 8-bit integer buffer that contains no items for messages using the Message Protocol (MP).class
Class SharedSigned8BitIntegerArrayBuf provides a buffer for a multiple thread safe array of signed 8-bit integer items sent or received using the Message Protocol (MP).class
Class SharedSigned8BitIntegerArrayBuf_1 provides a buffer for a multiple thread safe array of signed 8-bit integer items sent or received using the Message Protocol (MP).class
Class SharedSigned8BitIntegerBuf provides a buffer for a shared signed 8-bit integer item sent or received using the Message Protocol (MP).class
Class Signed8BitIntegerArrayBuf provides a buffer for an array of signed 8-bit integer items sent or received using the Message Protocol (MP).class
Class Signed8BitIntegerArrayBuf_1 provides a buffer for an array of signed 8-bit integer items sent or received using the Message Protocol (MP).class
Class Signed8BitIntegerItemBuf provides a buffer for a single signed 8-bit integer item sent or received using the Message Protocol (MP).class
Class Signed8BitIntegerMatrixBuf provides a buffer for a matrix of signed 8-bit integer items sent or received using the Message Protocol (MP).class
Class Signed8BitIntegerMatrixBuf_1 provides a buffer for a matrix of signed 8-bit integer items sent or received using the Message Protocol (MP).