![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/meta/is_tuple.hpp>
#include <stan/math/prim/meta/tuple_size.hpp>
#include <type_traits>
#include <cstddef>
#include <tuple>
Go to the source code of this file.
Classes | |
struct | stan::tuple_element< N, T, typename > |
Equivalent to std::tuple_element but returns void if N is out of range to avoid a static assertion failure in libstdc++. More... | |
struct | stan::tuple_element< N, T, std::enable_if_t< stan::is_tuple_v< T > &&(N< stan::tuple_size_v< T >)> > |
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. | |
Typedefs | |
template<std::size_t N, typename T > | |
using | stan::tuple_element_t = typename stan::tuple_element< N, T >::type |