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

◆ operator!=() [7/13]

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

Return true if the first argument is unequal to the real part of the second argument or the imaginary part of the second argument is nonzero.

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

Definition at line 53 of file operator_not_equal.hpp.