Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta/is_var.hpp>
#include <stan/math/rev/core/var.hpp>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | stan::internal::is_var_impl< T > |
struct | stan::internal::is_var_impl< math::var_value< T > > |
struct | stan::is_var< T, std::enable_if_t< internal::is_var_impl< std::decay_t< T > >::value > > |
Specialization for checking if value of T minus cv qualifier is a var_value. 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. | |
namespace | stan::internal |