Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
operator_greater_than_or_equal.hpp File Reference
#include <stan/agrad/rev/var.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::agrad
 Function gradients via reverse-mode automatic differentiation.
 

Functions

bool stan::agrad::operator>= (const var &a, const var &b)
 Greater than or equal operator comparing two variables' values (C++). More...
 
bool stan::agrad::operator>= (const var &a, const double b)
 Greater than or equal operator comparing variable's value and double (C++). More...
 
bool stan::agrad::operator>= (const double a, const var &b)
 Greater than or equal operator comparing double and variable's value (C++). More...
 

     [ Stan Home Page ] © 2011–2014, Stan Development Team.