Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/rev/core/var_value_fwd_declare.hpp>
#include <stan/math/rev/meta/plain_type.hpp>
#include <stan/math/prim/meta/promote_scalar_type.hpp>
Go to the source code of this file.
Classes | |
struct | stan::conditional_var_value< T_scalar, T_container, typename > |
Conditionally construct a var_value container based on a scalar type. More... | |
struct | stan::conditional_var_value< T_scalar, T_container, require_std_vector_t< T_container > > |
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_scalar , typename T_container > | |
using | stan::conditional_var_value_t = typename conditional_var_value< T_scalar, T_container >::type |