![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/agrad/rev/var.hpp>#include <boost/math/special_functions/fpclassify.hpp>#include <stan/agrad/rev/internal/precomp_v_vari.hpp>#include <stan/agrad/rev/internal/precomputed_gradients.hpp>#include <stan/math/constants.hpp>#include <stan/meta/likely.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 | |
| var | stan::agrad::fmax (const stan::agrad::var &a, const stan::agrad::var &b) |
| Returns the maximum of the two variable arguments (C99). More... | |
| var | stan::agrad::fmax (const stan::agrad::var &a, const double &b) |
| Returns the maximum of the variable and scalar, promoting the scalar to a variable if it is larger (C99). More... | |
| var | stan::agrad::fmax (const double &a, const stan::agrad::var &b) |
| Returns the maximum of a scalar and variable, promoting the scalar to a variable if it is larger (C99). More... | |