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

◆ operator<() [8/8]

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

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

Template Parameters
ArithAn arithmetic type
Parameters
aFirst value.
bSecond variable.
Returns
True if first value is less than second variable's value.

Definition at line 51 of file operator_less_than.hpp.