![]() |
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::scalar_type< T, typename > |
| Metaprogram structure to determine the base scalar type of a template argument. More... | |
| struct | stan::scalar_type< std::tuple< Args... >, void > |
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::scalar_type_t = typename scalar_type< T >::type |