![]() |
Stan
2.5.0
probability, sampling & optimization
|
#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) |
| Less than or equal operator comparing two variables' values (C++). More... | |
| bool | stan::agrad::operator<= (const var &a, const double b) |
| Less than or equal operator comparing a variable's value and a scalar (C++). More... | |
| bool | stan::agrad::operator<= (const double a, const var &b) |
| Less than or equal operator comparing a double and variable's value (C++). More... | |