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

Go to the source code of this file.

Classes

struct  stan::partials_type< T, typename >
 This base implementation will contain a static member function named type equal to the type passed into it. More...
 

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 T >
using stan::partials_type_t = typename partials_type< T >::type
 Helper alias for accessing the partial type.