RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators
Version of the Day
|
Adapter subclass that uses a RTOp_RTOp
object.
More...
#include <RTOpPack_RTOpC.hpp>
Public Types | |
typedef RTOp_value_type | Scalar |
Public Member Functions | |
RTOpC () | |
~RTOpC () | |
RTOp_RTOp & | op () |
const RTOp_RTOp & | op () const |
RTOp_ReductTarget & | operator() (ReductTarget &reduct_obj) const |
const RTOp_ReductTarget & | operator() (const ReductTarget &reduct_obj) const |
Adapter subclass that uses a RTOp_RTOp
object.
ToDo: Finish documentation!
Definition at line 59 of file RTOpPack_RTOpC.hpp.
typedef RTOp_value_type RTOpPack::RTOpC::Scalar |
Definition at line 63 of file RTOpPack_RTOpC.hpp.
RTOpPack::RTOpC::RTOpC | ( | ) |
Definition at line 52 of file RTOpPack_RTOpC.cpp.
RTOpPack::RTOpC::~RTOpC | ( | ) |
Definition at line 60 of file RTOpPack_RTOpC.cpp.
|
inline |
Definition at line 150 of file RTOpPack_RTOpC.hpp.
|
inline |
Definition at line 156 of file RTOpPack_RTOpC.hpp.
|
inline |
Definition at line 163 of file RTOpPack_RTOpC.hpp.
|
inline |
Definition at line 170 of file RTOpPack_RTOpC.hpp.
void RTOpPack::RTOpC::get_reduct_type_num_entries_impl | ( | const Teuchos::Ptr< int > & | num_values, |
const Teuchos::Ptr< int > & | num_indexes, | ||
const Teuchos::Ptr< int > & | num_chars | ||
) | const |
Definition at line 70 of file RTOpPack_RTOpC.cpp.
|
virtual |
Reimplemented from RTOpPack::RTOpT< RTOp_value_type >.
Definition at line 86 of file RTOpPack_RTOpC.cpp.
void RTOpPack::RTOpC::reduce_reduct_objs_impl | ( | const ReductTarget & | in_reduct_obj, |
const Teuchos::Ptr< ReductTarget > & | inout_reduct_obj | ||
) | const |
Definition at line 99 of file RTOpPack_RTOpC.cpp.
void RTOpPack::RTOpC::reduct_obj_reinit_impl | ( | const Teuchos::Ptr< ReductTarget > & | reduct_obj | ) | const |
Definition at line 113 of file RTOpPack_RTOpC.cpp.
void RTOpPack::RTOpC::extract_reduct_obj_state_impl | ( | const ReductTarget & | reduct_obj, |
const Teuchos::ArrayView< primitive_value_type > & | value_data, | ||
const Teuchos::ArrayView< index_type > & | index_data, | ||
const Teuchos::ArrayView< char_type > & | char_data | ||
) | const |
Definition at line 125 of file RTOpPack_RTOpC.cpp.
void RTOpPack::RTOpC::load_reduct_obj_state_impl | ( | const Teuchos::ArrayView< const primitive_value_type > & | value_data, |
const Teuchos::ArrayView< const index_type > & | index_data, | ||
const Teuchos::ArrayView< const char_type > & | char_data, | ||
const Teuchos::Ptr< ReductTarget > & | reduct_obj | ||
) | const |
Definition at line 146 of file RTOpPack_RTOpC.cpp.
|
virtual |
Reimplemented from RTOpPack::RTOpT< RTOp_value_type >.
Definition at line 168 of file RTOpPack_RTOpC.cpp.
|
virtual |
Reimplemented from RTOpPack::RTOpT< RTOp_value_type >.
Definition at line 174 of file RTOpPack_RTOpC.cpp.
void RTOpPack::RTOpC::apply_op_impl | ( | const Teuchos::ArrayView< const ConstSubVectorView< Scalar > > & | sub_vecs, |
const Teuchos::ArrayView< const SubVectorView< Scalar > > & | targ_sub_vecs, | ||
const Teuchos::Ptr< ReductTarget > & | reduct_obj | ||
) | const |
Definition at line 187 of file RTOpPack_RTOpC.cpp.