Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta/partials_type.hpp>
#include <stan/math/prim/meta/promote_args.hpp>
#include <stan/math/prim/meta/scalar_type.hpp>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | stan::partials_return_type< T, T_pack > |
Template metaprogram to calculate the partial derivative type resulting from promoting all the scalar types of the template parameters. More... | |
struct | stan::partials_return_type< 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<typename... Args> | |
using | stan::partials_return_t = typename partials_return_type< Args... >::type |