|
Zoltan2
|
#include <Zoltan2_MultiJagged_ReductionOps.hpp>
Public Member Functions | |
| MultiJaggedCombinedMinMaxTotalReductionOp () | |
| Default Constructor. | |
| MultiJaggedCombinedMinMaxTotalReductionOp (Ordinal nmin, Ordinal nmax, Ordinal nTotal) | |
| Constructor. | |
| void | reduce (const Ordinal count, const T inBuffer[], T inoutBuffer[]) const |
| Implement Teuchos::ValueTypeReductionOp interface. | |
Definition at line 133 of file Zoltan2_MultiJagged_ReductionOps.hpp.
| Teuchos::MultiJaggedCombinedMinMaxTotalReductionOp< Ordinal, T >::MultiJaggedCombinedMinMaxTotalReductionOp | ( | ) | [inline] |
Default Constructor.
Definition at line 142 of file Zoltan2_MultiJagged_ReductionOps.hpp.
| Teuchos::MultiJaggedCombinedMinMaxTotalReductionOp< Ordinal, T >::MultiJaggedCombinedMinMaxTotalReductionOp | ( | Ordinal | nmin, |
| Ordinal | nmax, | ||
| Ordinal | nTotal | ||
| ) | [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 151 of file Zoltan2_MultiJagged_ReductionOps.hpp.
| void Teuchos::MultiJaggedCombinedMinMaxTotalReductionOp< Ordinal, T >::reduce | ( | const Ordinal | count, |
| const T | inBuffer[], | ||
| T | inoutBuffer[] | ||
| ) | const [inline] |
Implement Teuchos::ValueTypeReductionOp interface.
Definition at line 156 of file Zoltan2_MultiJagged_ReductionOps.hpp.
1.7.6.1