Stan Math Library
2.6.3
probability, sampling & optimization
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerator
Friends
Macros
stan
math
rev
core
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
4
#include <
stan/math/rev/core/chainable.hpp
>
5
#include <
stan/math/rev/core/chainable_alloc.hpp
>
6
#include <
stan/math/rev/core/chainablestack.hpp
>
7
8
namespace
stan {
9
namespace
math {
10
14
static
inline
bool
empty_nested
() {
15
return
ChainableStack::nested_var_stack_sizes_
.empty();
16
}
17
18
19
}
20
}
21
#endif
stan::math::empty_nested
static bool empty_nested()
Return true if there is no nested autodiff being executed.
Definition:
empty_nested.hpp:14
chainable.hpp
chainable_alloc.hpp
stan::math::AutodiffStackStorage::nested_var_stack_sizes_
static std::vector< size_t > nested_var_stack_sizes_
Definition:
autodiffstackstorage.hpp:19
chainablestack.hpp
[
Stan Home Page
]
© 2011–2015, Stan Development Team.