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

◆ complex_add()

template<typename U , typename V >
complex_return_t< U, V > stan::math::internal::complex_add ( const U &  lhs,
const V &  rhs 
)
inline

Return the sum of the specified arguments.

At least one of the arguments must be a complex number.

Template Parameters
Utype of first argument
Vtype of second argument
Parameters
[in]lhsfirst argument
[in]rhssecond argument
Returns
sum of the arguments

Definition at line 23 of file operator_addition.hpp.