Automatic Differentiation
 
Loading...
Searching...
No Matches
operator_greater_than_or_equal.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

bool stan::math::operator>= (const var &a, const var &b)
 Greater than or equal operator comparing two variables' values (C++).
 
template<typename Arith , require_arithmetic_t< Arith > * = nullptr>
bool stan::math::operator>= (const var &a, Arith b)
 Greater than or equal operator comparing variable's value and double (C++).
 
template<typename Arith , typename Var , require_arithmetic_t< Arith > * = nullptr>
bool stan::math::operator>= (Arith a, const var &b)
 Greater than or equal operator comparing double and variable's value (C++).