11 #ifndef RTOPPACK_TOP_ELE_WISE_SCALE_HPP
12 #define RTOPPACK_TOP_ELE_WISE_SCALE_HPP
14 #include "RTOpPack_RTOpTHelpers.hpp"
21 template<
class Scalar>
36 template<
class Scalar>
38 :
public TOp_1_1_Base<Scalar, TOpEleWiseScaleEleWiseTransformation<Scalar> >
52 #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.