11 #ifndef RTOPPACK_TOP_SCALE_VECTOR_HPP 
   12 #define RTOPPACK_TOP_SCALE_VECTOR_HPP 
   14 #include "RTOpPack_RTOpTHelpers.hpp" 
   21 template<
class Scalar>
 
   28   void operator()( Scalar &z0 )
 const 
   40 template<
class Scalar>
 
   42   : 
public TOp_0_1_Base<Scalar, TOpScaleVectorEleWiseTransformation<Scalar> >
 
   58 #endif // RTOPPACK_TOP_SCALE_VECTOR_HPP 
TOpScaleVector(const Scalar &alpha)
 
void setOpNameBase(const std::string &op_name_base)
 
Simple transformation operator that scales every vector element by a scalar alpha.