Automatic Differentiation
 
Loading...
Searching...
No Matches
integrate_1d_adjoint.hpp File Reference

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.