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

◆ operator!=() [1/13]

template<typename T >
bool stan::math::operator!= ( const fvar< T > &  x,
const fvar< T > &  y 
)
inline

Return true if the value of the two arguments are not equal as defined by !=.

Template Parameters
valueand tangent type for variables
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
true if the values of the arguments are not equal

Definition at line 19 of file operator_not_equal.hpp.