|
| TOpSetElement (const Ordinal &global_i_in=-1, const Scalar &val_i_in=static_cast< Scalar >(0.0)) |
|
void | initialize (const Ordinal &global_i_in, const Scalar &val_i_in) |
|
| TOp_0_1_CoordVariantBase (TOpSetElementEleWiseTransformation< Scalar > eleWiseTransformation=TOpSetElementEleWiseTransformation< Scalar >()) |
|
void | setEleWiseTransformation (TOpSetElementEleWiseTransformation< Scalar > eleWiseTransformation) |
|
const TOpSetElementEleWiseTransformation< Scalar > & | getEleWiseTransformation () const |
|
bool | coord_invariant_impl () const |
| This RTOp is NOT coordinate invariant! .
|
|
void | apply_op_impl (const ArrayView< const ConstSubVectorView< Scalar > > &sub_vecs, const ArrayView< const SubVectorView< Scalar > > &targ_sub_vecs, const Ptr< ReductTarget > &reduct_obj_inout) const |
|
void | get_reduct_type_num_entries (const Ptr< int > &num_values, const Ptr< int > &num_indexes, const Ptr< int > &num_chars) const |
| Get the number of entries of each basic data type in the externalized state for a reduction object for this operator.
|
|
Teuchos::RCP< ReductTarget > | reduct_obj_create () const |
| Creates a new reduction target object initialized and ready to be used in a reduction.
|
|
void | reduce_reduct_objs (const ReductTarget &in_reduct_obj, const Ptr< ReductTarget > &inout_reduct_obj) const |
| Reduce intermediate reduction target objects.
|
|
void | reduct_obj_reinit (const Ptr< ReductTarget > &reduct_obj) const |
| Reinitialize an already created reduction object.
|
|
void | extract_reduct_obj_state (const ReductTarget &reduct_obj, const ArrayView< primitive_value_type > &value_data, const ArrayView< index_type > &index_data, const ArrayView< char_type > &char_data) const |
| Extract the state of an already created reduction object.
|
|
void | load_reduct_obj_state (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 |
| Load the state of an already created reduction object given arrays of primitive objects.
|
|
std::string | op_name () const |
| Return the name (as a null-terminated C-style string) of the operator.
|
|
bool | coord_invariant () const |
| Returns true if this operator is coordinate invariant.
|
|
Range1D | range () const |
| Returns the continuous range of elements that this operator is defined over.
|
|
void | apply_op (const ArrayView< const ConstSubVectorView< Scalar > > &sub_vecs, const ArrayView< const SubVectorView< Scalar > > &targ_sub_vecs, const Ptr< ReductTarget > &reduct_obj) const |
| Apply the reduction/transformation operator to a set of sub-vectors.
|
|
template<class Scalar>
class RTOpPack::TOpSetElement< Scalar >
Set the elements of a vector to: z0[i] = i+global_i+1, i=0...n-1
.
Definition at line 84 of file RTOpPack_TOpSetElement.hpp.