Loading [MathJax]/extensions/tex2jax.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ operator!=() [10/13]

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

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

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

Definition at line 45 of file operator_not_equal.hpp.