![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/meta/is_eigen.hpp>#include <stan/math/prim/meta/is_tuple.hpp>#include <stan/math/prim/meta/is_detected.hpp>#include <stan/math/prim/meta/is_var_matrix.hpp>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | stan::plain_type< T, Enable > |
Determines plain (non expression) type associated with T. More... | |
| struct | stan::eval_return_type< T > |
Determines return type of calling .eval() on Eigen expression. More... | |
| struct | stan::internal::has_plain_object< class, class > |
| struct | stan::internal::has_plain_object< T, void_t< typename std::decay_t< T >::PlainObject > > |
| struct | stan::internal::has_eval< class, class > |
| struct | stan::internal::has_eval< T, void_t< decltype(std::declval< std::decay_t< T > & >().eval())> > |
| struct | stan::plain_type< T, require_t< bool_constant< internal::has_eval< T >::value &&is_eigen< T >::value > > > |
Determines plain (non expression) type associated with T. More... | |
| struct | stan::plain_type< T, require_t< bool_constant<!internal::has_eval< T >::value &&internal::has_plain_object< T >::value &&is_eigen< T >::value > > > |
| struct | stan::plain_type< std::tuple< Types... > > |
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. | |
| namespace | stan::internal |
Typedefs | |
| template<typename T > | |
| using | stan::plain_type_t = typename plain_type< std::decay_t< T > >::type |
| template<typename T > | |
| using | stan::eval_return_type_t = typename eval_return_type< T >::type |