Uses of Class
no.uib.cipr.matrix.distributed.Reduction

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()
          Deprecated.  
static Reduction Reductions.max()
          Deprecated.  
static Reduction Reductions.min()
          Deprecated.  
static Reduction Reductions.or()
          Deprecated.  
static Reduction Reductions.product()
          Deprecated.  
static Reduction Reductions.sum()
          Deprecated.  
 

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)
          Deprecated. 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)
          Deprecated. Reduces values on all processes to a single value