Automatic Differentiation
 
Loading...
Searching...
No Matches
promote_args.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_PRIM_META_PROMOTE_ARGS_HPP
2#define STAN_MATH_PRIM_META_PROMOTE_ARGS_HPP
3
4#include <boost/math/tools/promotion.hpp>
5
6namespace stan {
7
11template <typename... Args>
12using promote_args_t = typename boost::math::tools::promote_args<Args...>::type;
13
14} // namespace stan
15#endif
typename boost::math::tools::promote_args< Args... >::type promote_args_t
Convenience alias for boost tools promote_args.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition fvar.hpp:9