![]() |
Stan Math Library
2.12.0
reverse mode automatic differentiation
|
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/scal/fun/constants.hpp>
#include <stan/math/prim/scal/meta/likely.hpp>
#include <stan/math/rev/scal/fun/is_nan.hpp>
#include <stan/math/prim/scal/fun/is_nan.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
var | stan::math::fmin (const var &a, const var &b) |
Returns the minimum of the two variable arguments (C99). More... | |
var | stan::math::fmin (const var &a, double b) |
Returns the minimum of the variable and scalar, promoting the scalar to a variable if it is larger (C99). More... | |
var | stan::math::fmin (double a, const var &b) |
Returns the minimum of a scalar and variable, promoting the scalar to a variable if it is larger (C99). More... | |