Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ binary_operation()

template<typename Derived , typename T_res , typename T_a , typename T_b >
stan::math::binary_operation< Derived, T_res, T_a, T_b >::binary_operation ( T_a &&  a,
T_b &&  b,
const std::string &  op 
)
inline

Constructor.

Parameters
afirst argument of the binary operation
bsecond argument of the binary operation
opoperator used in the binary operation

Definition at line 52 of file binary_operation.hpp.