![]() |
Stan Math Library
2.6.3
probability, sampling & optimization
|
#include <stan/math/rev/core/var.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
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++). More... | |
bool | stan::math::operator>= (const var &a, const double b) |
Greater than or equal operator comparing variable's value and double (C++). More... | |
bool | stan::math::operator>= (const double a, const var &b) |
Greater than or equal operator comparing double and variable's value (C++). More... | |