Stan Math Library  2.8.0
reverse mode automatic differentiation
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Groups
empty_nested.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_REV_CORE_EMPTY_NESTED_HPP
2 #define STAN_MATH_REV_CORE_EMPTY_NESTED_HPP
3 
7 
8 namespace stan {
9  namespace math {
10 
14  static inline bool empty_nested() {
16  }
17 
18 
19  }
20 }
21 #endif
static bool empty_nested()
Return true if there is no nested autodiff being executed.
static std::vector< size_t > nested_var_stack_sizes_

     [ Stan Home Page ] © 2011–2015, Stan Development Team.