![]() |
Stan Math Library
5.3.0
Automatic Differentiation
|
#include <stan/math/prim/meta/is_container.hpp>#include <stan/math/prim/meta/is_tuple.hpp>#include <stan/math/prim/meta/is_detected.hpp>#include <stan/math/prim/meta/is_stan_scalar.hpp>#include <stan/math/prim/meta/is_var_matrix.hpp>#include <stan/math/prim/meta/plain_type.hpp>#include <stan/math/prim/meta/return_type.hpp>#include <stan/math/prim/meta/promote_scalar_type.hpp>#include <type_traits>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... Ts> | |
| using | stan::common_container_t = typename common_container_type< Ts... >::type |