11 #ifndef RTOPPACK_TOP_SCALE_VECTOR_HPP 
   12 #define RTOPPACK_TOP_SCALE_VECTOR_HPP 
   14 #include "RTOpPack_RTOpTHelpers.hpp" 
   21 template<
class Scalar>
 
   40 template<
class Scalar>
 
   42   : 
public TOp_0_1_Base<Scalar, TOpScaleVectorEleWiseTransformation<Scalar> >
 
   58 #endif // RTOPPACK_TOP_SCALE_VECTOR_HPP 
TOp_0_1_Base< Scalar, TOpScaleVectorEleWiseTransformation< Scalar > > base_t
 
Base class for transformations for 0 input and 1 output vector. 
 
TOpScaleVector(const Scalar &alpha)
 
void setOpNameBase(const std::string &op_name_base)
Just set the operator name. 
 
Simple transformation operator that scales every vector element by a scalar alpha.