Stan Math Library  2.8.0
reverse mode automatic differentiation
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Groups
contains_vector.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_SCAL_META_CONTAINS_VECTOR_HPP
2 #define STAN_MATH_PRIM_SCAL_META_CONTAINS_VECTOR_HPP
3 
5 
6 namespace stan {
7 
8  template <typename T1,
9  typename T2 = double,
10  typename T3 = double,
11  typename T4 = double,
12  typename T5 = double,
13  typename T6 = double>
14  struct contains_vector {
15  enum {
22  };
23  };
24 
25 }
26 #endif
27 

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