|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reduction | |
|---|---|
| no.uib.cipr.matrix.distributed | Message passing interface (MPI) for Java. |
| Uses of Reduction in no.uib.cipr.matrix.distributed |
|---|
| Methods in no.uib.cipr.matrix.distributed that return Reduction | |
|---|---|
static Reduction |
Reductions.and()
|
static Reduction |
Reductions.max()
|
static Reduction |
Reductions.min()
|
static Reduction |
Reductions.or()
|
static Reduction |
Reductions.product()
|
static Reduction |
Reductions.sum()
|
| Methods in no.uib.cipr.matrix.distributed with parameters of type Reduction | |
|---|---|
void |
Communicator.allReduce(java.lang.Object sendbuf,
java.lang.Object recvbuf,
Reduction op)
Combines values from all processes and distribute the result back to all processes. |
void |
Communicator.reduce(java.lang.Object sendbuf,
java.lang.Object recvbuf,
Reduction op,
int root)
Reduces values on all processes to a single value |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||