43 #ifndef RTOPPACK_TOP_ELE_WISE_SCALE_HPP
44 #define RTOPPACK_TOP_ELE_WISE_SCALE_HPP
46 #include "RTOpPack_RTOpTHelpers.hpp"
53 template<
class Scalar>
68 template<
class Scalar>
70 :
public TOp_1_1_Base<Scalar, TOpEleWiseScaleEleWiseTransformation<Scalar> >
84 #endif // RTOPPACK_TOP_ELE_WISE_SCALE_HPP
Base class for transformations for 1 input and 1 output vector.
void setOpNameBase(const std::string &op_name_base)
Just set the operator name.
Element-wise vector scaling: z0[i] *= v0[i], i=0...n-1.