|
Teuchos - Trilinos Tools Package
Version of the Day
|
Base interface class for user-defined reduction operations for objects that use value semantics. More...
#include <Teuchos_ReductionOp.hpp>
Public Member Functions | |
| virtual void | reduce (const Ordinal count, const T inBuffer[], T inoutBuffer[]) const =0 |
| | |
Base interface class for user-defined reduction operations for objects that use value semantics.
ToDo: Finish documentation!
Comm, not to the type of array indices. Definition at line 60 of file Teuchos_ReductionOp.hpp.
| virtual void Teuchos::ValueTypeReductionOp< Ordinal, T >::reduce | ( | const Ordinal | count, |
| const T | inBuffer[], | ||
| T | inoutBuffer[] | ||
| ) | const [pure virtual] |
Implemented in Teuchos::ANDValueReductionOp< Ordinal, Packet >, Teuchos::MaxValueReductionOp< Ordinal, Packet >, Teuchos::MinValueReductionOp< Ordinal, Packet >, Teuchos::SumValueReductionOp< Ordinal, Packet >, Teuchos::MinLocNonzero< Ordinal, ScalarType, IndexType >, Teuchos::MinLoc< Ordinal, ScalarType, IndexType >, Teuchos::CharToReferenceTypeReductionOp< Ordinal, T >, Teuchos::MaxLoc< Ordinal, ScalarType, IndexType >, Teuchos::CharToValueTypeReductionOpImp< Ordinal, T, Serializer >, and Teuchos::CharToValueTypeReductionOpImp< Ordinal, T, DefaultSerializer< Ordinal, T >::DefaultSerializerType >.
1.7.6.1