|
Teuchos - Trilinos Tools Package
Version of the Day
|
Standard summation operator for types with value semantics. More...
#include <Teuchos_CommHelpers.hpp>
Public Member Functions | |
| void | reduce (const Ordinal count, const Packet inBuffer[], Packet inoutBuffer[]) const |
| | |
Standard summation operator for types with value semantics.
Definition at line 835 of file Teuchos_CommHelpers.hpp.
| void Teuchos::SumValueReductionOp< Ordinal, Packet >::reduce | ( | const Ordinal | count, |
| const Packet | inBuffer[], | ||
| Packet | inoutBuffer[] | ||
| ) | const [virtual] |
Implements Teuchos::ValueTypeReductionOp< Ordinal, Packet >.
Definition at line 1033 of file Teuchos_CommHelpers.hpp.
1.7.6.1