Support Software for Vector Reduction/Transformation Operators  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
RTOpPack::ReductTargetReductionOp< Scalar > Class Template Reference

ReductionOp subclass for ReductTarget objects. More...

#include <RTOpPack_SPMD_apply_op_decl.hpp>

Inheritance diagram for RTOpPack::ReductTargetReductionOp< Scalar >:
Inheritance graph
[legend]

Public Types

typedef Teuchos_Ordinal Ordinal
 

Public Member Functions

 ReductTargetReductionOp (const Teuchos::RCP< const RTOpT< Scalar > > &op)
 

Overridden from Teuchos::ReferenceTypeReductionOp

void reduce (const Ordinal count, const ReductTarget *const inBuffer[], ReductTarget *const inoutBuffer[]) const
 

Detailed Description

template<class Scalar>
class RTOpPack::ReductTargetReductionOp< Scalar >

ReductionOp subclass for ReductTarget objects.

The copy constructor is allowed and has shallow copy semantics.

Definition at line 168 of file RTOpPack_SPMD_apply_op_decl.hpp.

Member Typedef Documentation

template<class Scalar>
typedef Teuchos_Ordinal RTOpPack::ReductTargetReductionOp< Scalar >::Ordinal

Definition at line 173 of file RTOpPack_SPMD_apply_op_decl.hpp.

Constructor & Destructor Documentation

template<class Scalar >
RTOpPack::ReductTargetReductionOp< Scalar >::ReductTargetReductionOp ( const Teuchos::RCP< const RTOpT< Scalar > > &  op)

Definition at line 290 of file RTOpPack_SPMD_apply_op_def.hpp.

Member Function Documentation

template<class Scalar >
void RTOpPack::ReductTargetReductionOp< Scalar >::reduce ( const Ordinal  count,
const ReductTarget *const  inBuffer[],
ReductTarget *const  inoutBuffer[] 
) const

Definition at line 298 of file RTOpPack_SPMD_apply_op_def.hpp.


The documentation for this class was generated from the following files: