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

◆ operator*() [4/20]

template<typename T >
std::complex< stan::math::fvar< T > > stan::math::operator* ( const std::complex< stan::math::fvar< T > > &  x,
const std::complex< stan::math::fvar< T > > &  y 
)
inline

Return the product of the two complex fvar<T> arguments.

Template Parameters
valueand tangent type for variables
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
product of arguments

Definition at line 59 of file operator_multiplication.hpp.