Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::promote_scalar_type< std::tuple< PromotionScalars... >, std::tuple< UnPromotedTypes... > > Struct Template Reference

Detailed Description

template<typename... PromotionScalars, typename... UnPromotedTypes>
struct stan::math::promote_scalar_type< std::tuple< PromotionScalars... >, std::tuple< UnPromotedTypes... > >

Definition at line 109 of file promote_scalar_type.hpp.

#include <promote_scalar_type.hpp>

Public Types

using type = std::tuple< typename promote_scalar_type< std::decay_t< PromotionScalars >, std::decay_t< UnPromotedTypes > >::type... >
 

The documentation for this struct was generated from the following file: