11 #ifndef RTOPPACK_TOP_ADD_SCALAR_HPP
12 #define RTOPPACK_TOP_ADD_SCALAR_HPP
14 #include "RTOpPack_RTOpTHelpers.hpp"
21 template<
class Scalar>
40 template<
class Scalar>
42 :
public TOp_0_1_Base<Scalar, TOpAddScalarEleWiseTransformation<Scalar> >
58 #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)