11 #ifndef RTOPPACK_TOP_SET_ASSENDING_VALUES_HPP 
   12 #define RTOPPACK_TOP_SET_ASSENDING_VALUES_HPP 
   14 #include "RTOpPack_RTOpTHelpers.hpp" 
   22 template<
class Scalar>
 
   30   void operator()( 
const Ordinal global_i, Scalar &z0 )
 const 
   32       z0 = offset_ + Teuchos::as<Scalar>(global_i + 1);
 
   42 template<
class Scalar>
 
   60 #endif // RTOPPACK_TOP_SET_ASSENDING_VALUES_HPP 
Set the elements of a vector to: z0[i] = i+offset+1, i=0...n-1. 
 
void setOpNameBase(const std::string &op_name_base)