![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>#include <stan/math/prim/meta/require_helpers.hpp>#include <type_traits>#include <vector>Go to the source code of this file.
Classes | |
| struct | stan::value_type< T, typename > |
| Primary template class for metaprogram to compute the type of values stored in a container. More... | |
| struct | stan::value_type< T, std::enable_if_t< std::is_pointer< T >::value > > |
| Specialization for pointers returns the underlying value the pointer is pointing to. 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::value_type_t = typename value_type< T >::type |
| Helper function for accessing underlying type. | |