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

◆ operator>() [7/8]

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

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

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

Definition at line 38 of file operator_greater_than.hpp.