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

◆ operator!=() [11/13]

template<typename Arith , require_arithmetic_t< Arith > * = nullptr>
bool stan::math::operator!= ( Arith  a,
const var b 
)
inline

Inequality operator comparing a double and a variable's value (C++).

Template Parameters
ArithAn arithmetic type
Parameters
aFirst value.
bSecond variable.
Returns
True if the first value is not the same as the second variable's value.

Definition at line 60 of file operator_not_equal.hpp.