Uses of Class
no.uib.cipr.matrix.distributed.Reduction
-
Packages that use Reduction Package Description no.uib.cipr.matrix.distributed -
-
Uses of Reduction in no.uib.cipr.matrix.distributed
Methods in no.uib.cipr.matrix.distributed that return Reduction Modifier and Type Method Description static ReductionReductions. and()Deprecated.static ReductionReductions. max()Deprecated.static ReductionReductions. min()Deprecated.static ReductionReductions. or()Deprecated.static ReductionReductions. product()Deprecated.static ReductionReductions. sum()Deprecated.Methods in no.uib.cipr.matrix.distributed with parameters of type Reduction Modifier and Type Method Description voidCommunicator. allReduce(java.lang.Object sendbuf, java.lang.Object recvbuf, Reduction op)Deprecated.Combines values from all processes and distribute the result back to all processes.voidCommunicator. reduce(java.lang.Object sendbuf, java.lang.Object recvbuf, Reduction op, int root)Deprecated.Reduces values on all processes to a single value
-