Stan Math Library  2.9.0
reverse mode automatic differentiation
contains_fvar.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_SCAL_META_CONTAINS_FVAR_HPP
2 #define STAN_MATH_PRIM_SCAL_META_CONTAINS_FVAR_HPP
3 
6 
7 namespace stan {
8 
13  template <typename T1,
14  typename T2 = double,
15  typename T3 = double,
16  typename T4 = double,
17  typename T5 = double,
18  typename T6 = double>
19  struct contains_fvar {
20  enum {
27  };
28  };
29 
30 }
31 #endif
32 
Metaprogram to calculate the base scalar return type resulting from promoting all the scalar types of...

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