Stan Math Library
4.9.0
Automatic Differentiation
|
#include <functional>
#include <tuple>
#include <utility>
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::math |
Matrices and templated mathematical functions. | |
namespace | stan::math::internal |
A comparator that works for any container type that has the brackets operator. | |
Functions | |
template<class F , class Tuple , typename... PreArgs, std::size_t... I> | |
constexpr decltype(auto) | stan::math::internal::apply_impl (F &&f, Tuple &&t, std::index_sequence< I... > i, PreArgs &&... pre_args) |
template<class F , class Tuple , typename... PreArgs> | |
constexpr decltype(auto) | stan::math::apply (F &&f, Tuple &&t, PreArgs &&... pre_args) |