Automatic Differentiation
 
Loading...
Searching...
No Matches
partials_type.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_PRIM_META_PARTIALS_TYPE_HPP
2#define STAN_MATH_PRIM_META_PARTIALS_TYPE_HPP
3
4namespace stan {
5
11template <typename T, typename = void>
13 using type = T;
14};
15
19template <typename T>
21
22} // namespace stan
23#endif
typename partials_type< T >::type partials_type_t
Helper alias for accessing the partial type.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition fvar.hpp:9
This base implementation will contain a static member function named type equal to the type passed in...