|
Support Software for Vector Reduction/Transformation Operators
Version of the Day
|
#include <RTOpPack_RTOpTHelpers_decl.hpp>

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< ReductTarget > | reduct_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 |
| | |
Definition at line 307 of file RTOpPack_RTOpTHelpers_decl.hpp.
| typedef RTOpT<Scalar>::primitive_value_type RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::primitive_value_type |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 315 of file RTOpPack_RTOpTHelpers_decl.hpp.
| RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::ROpScalarReductionWithOpBase | ( | const ConcreteReductObj & | initReductObjValue_in = ScalarTraits<Scalar>::zero(), |
| ReductObjReduction | reductObjReduction_in = ReductObjReduction() |
||
| ) | [inline] |
Definition at line 318 of file RTOpPack_RTOpTHelpers_decl.hpp.
| const ConcreteReductObj& RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::getRawVal | ( | const ReductTarget & | reduct_obj | ) | const [inline] |
Definition at line 327 of file RTOpPack_RTOpTHelpers_decl.hpp.
| void RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::setRawVal | ( | const ConcreteReductObj & | rawVal, |
| const Ptr< ReductTarget > & | reduct_obj | ||
| ) | const [inline] |
Definition at line 334 of file RTOpPack_RTOpTHelpers_decl.hpp.
| ConcreteReductObj RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::operator() | ( | const ReductTarget & | reduct_obj | ) | const [inline] |
Definition at line 343 of file RTOpPack_RTOpTHelpers_decl.hpp.
| 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 [inline, virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 352 of file RTOpPack_RTOpTHelpers_decl.hpp.
| Teuchos::RCP<ReductTarget> RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::reduct_obj_create_impl | ( | ) | const [inline, virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 365 of file RTOpPack_RTOpTHelpers_decl.hpp.
| virtual void RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::reduce_reduct_objs_impl | ( | const ReductTarget & | in_reduct_obj, |
| const Ptr< ReductTarget > & | inout_reduct_obj | ||
| ) | const [inline, virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 372 of file RTOpPack_RTOpTHelpers_decl.hpp.
| void RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::reduct_obj_reinit_impl | ( | const Ptr< ReductTarget > & | reduct_obj | ) | const [inline, virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 383 of file RTOpPack_RTOpTHelpers_decl.hpp.
| 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 389 of file RTOpPack_RTOpTHelpers_decl.hpp.
| 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 402 of file RTOpPack_RTOpTHelpers_decl.hpp.
| RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::STANDARD_MEMBER_COMPOSITION_MEMBERS | ( | ConcreteReductObj | , |
| initReductObjValue | |||
| ) | [protected] |
1.7.6.1