43 #ifndef RTOPPACK_TOP_ADD_SCALAR_HPP
44 #define RTOPPACK_TOP_ADD_SCALAR_HPP
46 #include "RTOpPack_RTOpTHelpers.hpp"
53 template<
class Scalar>
72 template<
class Scalar>
74 :
public TOp_0_1_Base<Scalar, TOpAddScalarEleWiseTransformation<Scalar> >
90 #endif // RTOPPACK_TOP_ADD_SCALAR_HPP
TOp_0_1_Base< Scalar, TOpAddScalarEleWiseTransformation< Scalar > > base_t
Base class for transformations for 0 input and 1 output vector.
Add a scalar to a vector transformation operator: z0[i] += alpha, i=0...n-1.
void setOpNameBase(const std::string &op_name_base)
Just set the operator name.
TOpAddScalar(const Scalar &alpha)