Automatic Differentiation
 
Loading...
Searching...
No Matches
conditional_var_value.hpp File Reference

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