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

Go to the source code of this file.

Classes

struct  stan::internal::common_container_type_impl< T1, T2, require_stan_scalar_t< T1 >, require_stan_scalar_t< T2 > >
 
struct  stan::internal::common_container_type_impl< T1, T2, require_container_t< T1 >, require_container_t< T2 > >
 
struct  stan::internal::common_container_type_impl< T1, T2, require_stan_scalar_t< T1 >, require_container_t< T2 > >
 
struct  stan::internal::common_container_type_impl< T1, T2, require_container_t< T1 >, require_stan_scalar_t< T2 > >
 
struct  stan::common_container_type< T >
 
struct  stan::common_container_type< T1, Ts... >
 Determine the common container type for a variadic list of types. 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
 

Typedefs

template<typename... Ts>
using stan::common_container_t = typename common_container_type< Ts... >::type