|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.uib.cipr.matrix.distributed.Reductions
public class Reductions
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 |
---|
public static Reduction sum()
public static Reduction product()
public static Reduction max()
public static Reduction min()
public static Reduction and()
public static Reduction or()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |