#include <Teuchos_CommHelpers.hpp>
Public Member Functions | |
void | reduce (const Ordinal count, const Packet inBuffer[], Packet inoutBuffer[]) const |
|
Note, this class object will throw an std::exception when used with a packet type where ScalarTraits<Packet>::isComparable==false
but it will still compile.
Definition at line 523 of file Teuchos_CommHelpers.hpp.
void Teuchos::MaxValueReductionOp< Ordinal, Packet >::reduce | ( | const Ordinal | count, | |
const Packet | inBuffer[], | |||
Packet | inoutBuffer[] | |||
) | const [inline, virtual] |
Implements Teuchos::ValueTypeReductionOp< Ordinal, Packet >.
Definition at line 705 of file Teuchos_CommHelpers.hpp.