Automatic Differentiation
 
Loading...
Searching...
No Matches
chainablestack.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_REV_CORE_CHAINABLESTACK_HPP
2#define STAN_MATH_REV_CORE_CHAINABLESTACK_HPP
3
5namespace stan {
6namespace math {
7class chainable_alloc;
8class vari_base;
10
11} // namespace math
12} // namespace stan
13#endif
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
This struct always provides access to the autodiff stack using the singleton pattern.