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

◆ operator==() [5/13]

template<typename U , typename V , typename = require_any_autodiff_t<U, V>>
bool stan::math::operator== ( const std::complex< U > &  x,
const std::complex< V > &  y 
)
inline

Return true if the complex numbers have equal imaginary and complex parts.

Template Parameters
Uvalue type of first argument
Vvalue type of second argument
Parameters
xfirst argument
ysecond argument
Returns
true if the arguments are equal

Definition at line 21 of file operator_equal_equal.hpp.