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 unequal to the second argument or the first argument's imaginary part is unequal to 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 37 of file operator_not_equal.hpp.