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

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

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

Definition at line 52 of file operator_greater_than.hpp.