Package jromp.var.reduction
Class ReductionOperations
java.lang.Object
jromp.var.reduction.ReductionOperations
Operations for reduction variables.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Number>
ReductionOperation<T> band()
static <T extends Number>
ReductionOperation<T> bor()
static <T extends Number>
ReductionOperation<T> bxor()
static <T extends Serializable>
ReductionOperation<T> fromIdentifier
(String identifier) static ReductionOperation
<Boolean> land()
static ReductionOperation
<Boolean> lor()
static <T extends Number>
ReductionOperation<T> max()
static <T extends Number>
ReductionOperation<T> min()
static <T extends Number>
ReductionOperation<T> mul()
static <T extends Number>
ReductionOperation<T> sum()
-
Method Details
-
sum
-
mul
-
band
-
bor
-
bxor
-
land
-
lor
-
max
-
min
-
fromIdentifier
-