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 | Protected Member Functions | List of all members
RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction > Class Template Reference

More...

#include <RTOpPack_RTOpTHelpers_decl.hpp>

Inheritance diagram for RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >:
Inheritance graph
[legend]

Public Types

typedef RTOpT< Scalar >
::primitive_value_type 
primitive_value_type
 

Public Member Functions

 ROpScalarReductionWithOpBase (const ConcreteReductObj &initReductObjValue_in=ScalarTraits< Scalar >::zero(), ReductObjReduction reductObjReduction_in=ReductObjReduction())
 
const ConcreteReductObj & getRawVal (const ReductTarget &reduct_obj) const
 
void setRawVal (const ConcreteReductObj &rawVal, const Ptr< ReductTarget > &reduct_obj) const
 
ConcreteReductObj operator() (const ReductTarget &reduct_obj) const
 

Protected Member Functions

 STANDARD_MEMBER_COMPOSITION_MEMBERS (ConcreteReductObj, initReductObjValue)
 

Overridden from RTOpT

void get_reduct_type_num_entries_impl (const Ptr< int > &num_values, const Ptr< int > &num_indexes, const Ptr< int > &num_chars) const
 
Teuchos::RCP< ReductTargetreduct_obj_create_impl () const
 
virtual void reduce_reduct_objs_impl (const ReductTarget &in_reduct_obj, const Ptr< ReductTarget > &inout_reduct_obj) const
 
void reduct_obj_reinit_impl (const Ptr< ReductTarget > &reduct_obj) const
 
void extract_reduct_obj_state_impl (const ReductTarget &reduct_obj, const ArrayView< primitive_value_type > &value_data, const ArrayView< index_type > &index_data, const ArrayView< char_type > &char_data) const
 
void load_reduct_obj_state_impl (const ArrayView< const primitive_value_type > &value_data, const ArrayView< const index_type > &index_data, const ArrayView< const char_type > &char_data, const Ptr< ReductTarget > &reduct_obj) const
 

Detailed Description

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
class RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >

Definition at line 311 of file RTOpPack_RTOpTHelpers_decl.hpp.

Member Typedef Documentation

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
typedef RTOpT<Scalar>::primitive_value_type RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::primitive_value_type

Definition at line 319 of file RTOpPack_RTOpTHelpers_decl.hpp.

Constructor & Destructor Documentation

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::ROpScalarReductionWithOpBase ( const ConcreteReductObj &  initReductObjValue_in = ScalarTraits<Scalar>::zero(),
ReductObjReduction  reductObjReduction_in = ReductObjReduction() 
)
inline

Definition at line 322 of file RTOpPack_RTOpTHelpers_decl.hpp.

Member Function Documentation

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
const ConcreteReductObj& RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::getRawVal ( const ReductTarget reduct_obj) const
inline

Definition at line 331 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
void RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::setRawVal ( const ConcreteReductObj &  rawVal,
const Ptr< ReductTarget > &  reduct_obj 
) const
inline

Definition at line 338 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
ConcreteReductObj RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::operator() ( const ReductTarget reduct_obj) const
inline

Definition at line 347 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
void RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::get_reduct_type_num_entries_impl ( const Ptr< int > &  num_values,
const Ptr< int > &  num_indexes,
const Ptr< int > &  num_chars 
) const
inlinevirtual

Reimplemented from RTOpPack::RTOpT< Scalar >.

Definition at line 356 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
Teuchos::RCP<ReductTarget> RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::reduct_obj_create_impl ( ) const
inlinevirtual

Reimplemented from RTOpPack::RTOpT< Scalar >.

Definition at line 369 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
virtual void RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::reduce_reduct_objs_impl ( const ReductTarget in_reduct_obj,
const Ptr< ReductTarget > &  inout_reduct_obj 
) const
inlinevirtual

Reimplemented from RTOpPack::RTOpT< Scalar >.

Definition at line 376 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
void RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::reduct_obj_reinit_impl ( const Ptr< ReductTarget > &  reduct_obj) const
inlinevirtual

Reimplemented from RTOpPack::RTOpT< Scalar >.

Definition at line 387 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
void RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::extract_reduct_obj_state_impl ( const ReductTarget reduct_obj,
const ArrayView< primitive_value_type > &  value_data,
const ArrayView< index_type > &  index_data,
const ArrayView< char_type > &  char_data 
) const
inline

Definition at line 393 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
void RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::load_reduct_obj_state_impl ( const ArrayView< const primitive_value_type > &  value_data,
const ArrayView< const index_type > &  index_data,
const ArrayView< const char_type > &  char_data,
const Ptr< ReductTarget > &  reduct_obj 
) const
inline

Definition at line 406 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar, class ConcreteReductObj, class ReductObjReduction>
RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::STANDARD_MEMBER_COMPOSITION_MEMBERS ( ConcreteReductObj  ,
initReductObjValue   
)
protected


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