Stan Math Library  2.9.0
reverse mode automatic differentiation
promote_common.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_MAT_FUN_PROMOTE_COMMON_HPP
2 #define STAN_MATH_PRIM_MAT_FUN_PROMOTE_COMMON_HPP
3 
6 
7 namespace stan {
8 
9  namespace math {
10 
11  template <typename T1, typename T2, typename F>
12  inline
13  typename common_type<T1, T2>::type
14  promote_common(const F& u) {
16  ::promote_to(u);
17  }
18 
19  }
20 }
21 
22 
23 #endif
common_type< T1, T2 >::type promote_common(const F &u)

     [ Stan Home Page ] © 2011–2015, Stan Development Team.