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

◆ operator+() [10/16]

template<typename U , typename V , require_all_stan_scalar_t< U, V > * = nullptr>
complex_return_t< U, V > stan::math::operator+ ( const U &  x,
const std::complex< V > &  y 
)
inline

Return the sum of the arguments.

Template Parameters
Utype of first argument
Vvalue type of second argument
Parameters
xfirst argument
ysecond argument
Returns
sum of the arguments

Definition at line 69 of file operator_addition.hpp.