Stan Math Library
4.9.0
Automatic Differentiation
|
#include <boost/math/tools/promotion.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. | |
Typedefs | |
template<typename... Args> | |
using | stan::promote_args_t = typename boost::math::tools::promote_args< Args... >::type |
Convenience alias for boost tools promote_args. | |