![]() |
Stan Math Library
5.3.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>#include <stan/math/rev/meta.hpp>#include <stan/math/rev/core.hpp>#include <stan/math/rev/fun/to_arena.hpp>#include <stan/math/rev/fun/value_of.hpp>#include <stan/math/rev/functor/conditional_copy_and_promote.hpp>#include <stan/math/rev/functor/reverse_pass_collect_adjoints.hpp>#include <stan/math/prim/fun/is_inf.hpp>#include <stan/math/prim/fun/is_nan.hpp>#include <cstddef>#include <ostream>#include <tuple>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
| namespace | stan::math |
| Matrices and templated mathematical functions. | |
| namespace | stan::math::internal |
| A comparator that works for any container type that has the brackets operator. | |
Functions | |
| template<typename F , typename T_a , typename T_b , typename Integrator , typename... Args> | |
| return_type_t< T_a, T_b, Args... > | stan::math::internal::integrate_1d_adjoint (const char *function, const F &f, const T_a &a, const T_b &b, Integrator &&integrator, std::ostream *msgs, const Args &... args) |
| Build the reverse-mode result of a one-dimensional adaptive quadrature. | |