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

◆ logical_neq()

template<typename T1 , typename T2 >
int stan::math::logical_neq ( const T1  x1,
const T2  x2 
)
inline

Return 1 if the first argument is unequal to the second.

Equivalent to x1 != x2.

Template Parameters
T1type of first argument
T2type of second argument
Parameters
x1first argument
x2second argument
Returns
true iff x1 != x2

Definition at line 19 of file logical_neq.hpp.