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

◆ operator*() [19/20]

std::complex< stan::math::var > stan::math::operator* ( const std::complex< stan::math::var > &  x,
const std::complex< double > &  y 
)
inline

Return the product of std::complex<double> and std::complex<var> arguments.

Parameters
[in]xfirst argument
[in]ysecond argument
Returns
product of arguments

Definition at line 154 of file operator_multiplication.hpp.