Automatic Differentiation
 
Loading...
Searching...
No Matches
partials_return_type.hpp File Reference

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