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

◆ operator*() [12/20]

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

Return the product of the arguments.

Template Parameters
Uvalue type of first argument
Vtype of second argument
Parameters
xfirst argument
ysecond argument
Returns
product of the arguments

Definition at line 56 of file operator_multiplication.hpp.