Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta/is_eigen.hpp>
#include <stan/math/prim/meta/is_var.hpp>
#include <stan/math/prim/meta/plain_type.hpp>
#include <stan/math/rev/core/arena_allocator.hpp>
#include <stan/math/rev/core/chainable_alloc.hpp>
#include <stan/math/rev/core/var_value_fwd_declare.hpp>
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::internal |
Typedefs | |
template<typename T > | |
using | stan::arena_t = typename internal::arena_type_impl< std::decay_t< T > >::type |
Determines a type that can be used in place of T that does any dynamic allocations on the AD stack. | |