Zoltan2
|
#include <Zoltan2_MultiJagged_ReductionOps.hpp>
Inherits ValueTypeReductionOp< Ordinal, T >.
Public Member Functions | |
MultiJaggedCombinedReductionOp () | |
Default Constructor. More... | |
MultiJaggedCombinedReductionOp (Ordinal nsum, Ordinal nmin1, Ordinal nmin2, Ordinal k_) | |
Constructor. More... | |
MultiJaggedCombinedReductionOp (std::vector< Ordinal > *pVector, Ordinal vBegin, Ordinal k_) | |
void | reduce (const Ordinal, const T inBuffer[], T inoutBuffer[]) const |
Implement Teuchos::ValueTypeReductionOp interface. More... | |
Definition at line 21 of file Zoltan2_MultiJagged_ReductionOps.hpp.
|
inline |
Default Constructor.
Definition at line 33 of file Zoltan2_MultiJagged_ReductionOps.hpp.
|
inline |
Constructor.
nsum | the count of how many sums will be computed at the start of the list. |
nmin | following the sums, this many minimums will be computed. |
nmax | following the minimums, this many maximums will be computed. |
Definition at line 42 of file Zoltan2_MultiJagged_ReductionOps.hpp.
|
inline |
Definition at line 48 of file Zoltan2_MultiJagged_ReductionOps.hpp.
|
inline |
Implement Teuchos::ValueTypeReductionOp interface.
Definition at line 56 of file Zoltan2_MultiJagged_ReductionOps.hpp.