1#ifndef STAN_MATH_REV_CORE_SET_ZERO_ALL_ADJOINTS_NESTED_HPP
2#define STAN_MATH_REV_CORE_SET_ZERO_ALL_ADJOINTS_NESTED_HPP
22 throw std::logic_error(
23 "empty_nested() must be false before calling"
24 " set_zero_all_adjoints_nested()");
36 for (
size_t i = start2;
static bool empty_nested()
Return true if there is no nested autodiff being executed.
static void set_zero_all_adjoints_nested()
Reset all adjoint values in the top nested portion of the stack to zero.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
std::vector< ChainableT * > var_stack_
std::vector< ChainableT * > var_nochain_stack_
std::vector< size_t > nested_var_nochain_stack_sizes_
std::vector< size_t > nested_var_stack_sizes_
static thread_local AutodiffStackStorage * instance_