no.uib.cipr.matrix.distributed
Class Reductions

java.lang.Object
  extended by no.uib.cipr.matrix.distributed.Reductions

public class Reductions
extends java.lang.Object

Contains predefined reductions


Method Summary
static Reduction and()
           
static Reduction max()
           
static Reduction min()
           
static Reduction or()
           
static Reduction product()
           
static Reduction sum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sum

public static Reduction sum()

product

public static Reduction product()

max

public static Reduction max()

min

public static Reduction min()

and

public static Reduction and()

or

public static Reduction or()