Uses of Class
edu.rit.pj.reduction.ObjectOp
Package
Description
The Reduction package provides a variety of reduction variables.
The Replica package provides replicated, shared reduction variables.
-
Uses of ObjectOp in edu.rit.pj.reduction
Modifier and TypeMethodDescriptionstatic <DT,
ST extends DT>
voidReduceArrays.reduce
(ST[][] src, Range srcRowRange, Range srcColRange, DT[][] dst, Range dstRowRange, Range dstColRange, ObjectOp<DT> op) Combine a range of elements from one object matrix with a range of elements in another object matrix.static <DT,
ST extends DT>
voidCombine a range of elements from one object array with a range of elements in another object array.Combine this reduction variable with the given value using the given operation.void
Combine a portion of this array reduction variable with a portion of the given array using the given operation.Combine this array reduction variable at the given index with the given value using the given operation.void
Combine this array reduction variable with the given array using the given operation. -
Uses of ObjectOp in edu.rit.pj.replica
ModifierConstructorDescriptionReplicatedObject
(ObjectOp<T> op) Construct a new replicated, shared object reduction variable with the given reduction operator.ReplicatedObject
(ObjectOp<T> op, T initialValue) Construct a new replicated, shared object reduction variable with the given reduction operator and initial value.ReplicatedObject
(ObjectOp<T> op, T initialValue, int tag) Construct a new replicated, shared object reduction variable with the given reduction operator, initial value, and message tag.ReplicatedObject
(ObjectOp<T> op, T initialValue, int tag, Comm comm) Construct a new replicated, shared object reduction variable with the given reduction operator, initial value, message tag, and communicator.