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 279 of file RTOpPack_RTOpTHelpers_decl.hpp.
typedef RTOpT<Scalar>::primitive_value_type RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction >::primitive_value_type |
Definition at line 287 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inline |
Definition at line 290 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inline |
Definition at line 299 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inline |
Definition at line 306 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inline |
Definition at line 315 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inlinevirtual |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 324 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inlinevirtual |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 337 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inlinevirtual |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 344 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inlinevirtual |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 355 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inline |
Definition at line 361 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inline |
Definition at line 374 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
protected |