43#ifndef RTOPPACK_TOP_AXPY_HPP
44#define RTOPPACK_TOP_AXPY_HPP
46#include "RTOpPack_RTOpTHelpers.hpp"
54class TOpAXPYEleWiseTransformation
57 TOpAXPYEleWiseTransformation(
const Scalar &alpha )
60 void operator()(
const Scalar &v0, Scalar &z0 )
const
74 :
public TOp_1_1_Base<Scalar, TOpAXPYEleWiseTransformation<Scalar> >
void setOpNameBase(const std::string &op_name_base)
TOpAXPY(const Scalar &alpha)
TOp_1_1_Base(EleWiseTransformation eleWiseTransformation=EleWiseTransformation())