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

Equality operator comparing a scalar and a variable's value (C++).

Template Parameters
ArithAn arithmetic type
Parameters
aFirst scalar.
bSecond variable.
Returns
True if the variable's value is equal to the scalar.

Definition at line 56 of file operator_equal.hpp.