|
Zoltan2
|
#include <Zoltan2_MultiJagged_ReductionOps.hpp>
Inherits ValueTypeReductionOp< Ordinal, T >.
Public Member Functions | |
| MultiJaggedCombinedMinMaxTotalReductionOp () | |
| Default Constructor. More... | |
| MultiJaggedCombinedMinMaxTotalReductionOp (Ordinal nmin, Ordinal nmax, Ordinal nTotal) | |
| Constructor. More... | |
| void | reduce (const Ordinal, const T inBuffer[], T inoutBuffer[]) const |
| Implement Teuchos::ValueTypeReductionOp interface. More... | |
Definition at line 97 of file Zoltan2_MultiJagged_ReductionOps.hpp.
|
inline |
Default Constructor.
Definition at line 106 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, #minimums will be computed. |
| nmax | following the minimums, #maximums will be computed. |
Definition at line 115 of file Zoltan2_MultiJagged_ReductionOps.hpp.
|
inline |
Implement Teuchos::ValueTypeReductionOp interface.
Definition at line 120 of file Zoltan2_MultiJagged_ReductionOps.hpp.
1.8.5