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

◆ operator==() [6/13]

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

Return true if the first argument's real part is equal to the second argument and the first argument's imaginary part is zero.

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

Definition at line 36 of file operator_equal_equal.hpp.