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

◆ operator*() [13/20]

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

Return the product of the arguments.

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

Definition at line 70 of file operator_multiplication.hpp.