Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mpij.Op
Field Summary | |
static boolean | commutative
commutative defaults to true. |
Method Summary | |
void | apply2Boolean(boolean[] inBuf,
int inStart,
boolean[] outBuf,
int outStart,
int count)
Called to evaluate this Op on inBuf and outBuf. |
void | apply2Byte(byte[] inBuf,
int inStart,
byte[] outBuf,
int outStart,
int count)
Called to evaluate this Op on inBuf and outBuf. |
void | apply2Char(char[] inBuf,
int inStart,
char[] outBuf,
int outStart,
int count)
Called to evaluate this Op on inBuf and outBuf. |
void | apply2Double(double[] inBuf,
int inStart,
double[] outBuf,
int outStart,
int count)
Called to evaluate this Op on inBuf and outBuf. |
void | apply2Float(float[] inBuf,
int inStart,
float[] outBuf,
int outStart,
int count)
Called to evaluate this Op on inBuf and outBuf. |
void | apply2Int(int[] inBuf,
int inStart,
int[] outBuf,
int outStart,
int count)
Called to evaluate this Op on inBuf and outBuf. |
void | apply2Long(long[] inBuf,
int inStart,
long[] outBuf,
int outStart,
int count)
Called to evaluate this Op on inBuf and outBuf. |
void | apply2Short(short[] inBuf,
int inStart,
short[] outBuf,
int outStart,
int count)
Called to evaluate this Op on inBuf and outBuf. |
void | apply(java.lang.Object inBuf,
int inStart,
java.lang.Object outBuf,
int outStart,
int count,
Datatype type)
Called to evaluate this Op on inBuf and outBuf. |
void | apply(java.lang.Object inBuf,
java.lang.Object outBuf,
Datatype type)
Called to evaluate this Op on inBuf and outBuf. |
Methods inherited from class java.lang.Object | |
equals, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Field Detail |
public static boolean commutative
Method Detail |
public void apply(java.lang.Object inBuf, int inStart, java.lang.Object outBuf, int outStart, int count, Datatype type) throws MPIException
inBuf
- input buffer
inStart
- start offset in inBuf
outBuf
- input/output buffer
outStart
- start offset in outBuf
count
- number of elements in each buffer
type
- Datatype of bufferspublic void apply(java.lang.Object inBuf, java.lang.Object outBuf, Datatype type) throws MPIException
inBuf
- input buffer
outBuf
- input/output buffer
type
- Datatype of bufferspublic void apply2Double(double[] inBuf, int inStart, double[] outBuf, int outStart, int count) throws MPIException
inBuf
- input buffer
inStart
- start offset in inBuf
outBuf
- input/output buffer
outStart
- start offset in outBuf
count
- number of elements in each bufferpublic void apply2Float(float[] inBuf, int inStart, float[] outBuf, int outStart, int count) throws MPIException
inBuf
- input buffer
inStart
- start offset in inBuf
outBuf
- input/output buffer
outStart
- start offset in outBuf
count
- number of elements in each bufferpublic void apply2Long(long[] inBuf, int inStart, long[] outBuf, int outStart, int count) throws MPIException
inBuf
- input buffer
inStart
- start offset in inBuf
outBuf
- input/output buffer
outStart
- start offset in outBuf
count
- number of elements in each bufferpublic void apply2Int(int[] inBuf, int inStart, int[] outBuf, int outStart, int count) throws MPIException
inBuf
- input buffer
inStart
- start offset in inBuf
outBuf
- input/output buffer
outStart
- start offset in outBuf
count
- number of elements in each bufferpublic void apply2Short(short[] inBuf, int inStart, short[] outBuf, int outStart, int count) throws MPIException
inBuf
- input buffer
inStart
- start offset in inBuf
outBuf
- input/output buffer
outStart
- start offset in outBuf
count
- number of elements in each bufferpublic void apply2Char(char[] inBuf, int inStart, char[] outBuf, int outStart, int count) throws MPIException
inBuf
- input buffer
inStart
- start offset in inBuf
outBuf
- input/output buffer
outStart
- start offset in outBuf
count
- number of elements in each bufferpublic void apply2Byte(byte[] inBuf, int inStart, byte[] outBuf, int outStart, int count) throws MPIException
inBuf
- input buffer
inStart
- start offset in inBuf
outBuf
- input/output buffer
outStart
- start offset in outBuf
count
- number of elements in each bufferpublic void apply2Boolean(boolean[] inBuf, int inStart, boolean[] outBuf, int outStart, int count) throws MPIException
inBuf
- input buffer
inStart
- start offset in inBuf
outBuf
- input/output buffer
outStart
- start offset in outBuf
count
- number of elements in each bufferClass | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |