43 #ifndef RTOPPACK_TOP_SET_ASSENDING_VALUES_HPP 
   44 #define RTOPPACK_TOP_SET_ASSENDING_VALUES_HPP 
   46 #include "RTOpPack_RTOpTHelpers.hpp" 
   54 template<
class Scalar>
 
   64       z0 = 
offset_ + Teuchos::as<Scalar>(global_i + 1);
 
   74 template<
class Scalar>
 
   92 #endif // RTOPPACK_TOP_SET_ASSENDING_VALUES_HPP 
Base class for coordinate variant transformations for 0 input and 1 output vector. 
 
Set the elements of a vector to: z0[i] = i+offset+1, i=0...n-1. 
 
void setOpNameBase(const std::string &op_name_base)
Just set the operator name. 
 
TOp_0_1_CoordVariantBase< Scalar, TOpSetAssendingValuesEleWiseTransformation< Scalar > > base_t