|
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 57 of file Zoltan2_MultiJagged_ReductionOps.hpp.
|
inline |
Default Constructor.
Definition at line 69 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 78 of file Zoltan2_MultiJagged_ReductionOps.hpp.
|
inline |
Definition at line 84 of file Zoltan2_MultiJagged_ReductionOps.hpp.
|
inline |
Implement Teuchos::ValueTypeReductionOp interface.
Definition at line 92 of file Zoltan2_MultiJagged_ReductionOps.hpp.
1.8.5