Stan  2.14.0
probability, sampling & optimization
promote_primitive.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_PROMOTE_PRIMITIVE_HPP
2 #define STAN_LANG_AST_FUN_PROMOTE_PRIMITIVE_HPP
3 
4 #include <ostream>
5 
6 namespace stan {
7  namespace lang {
8 
9  struct expr_type;
10 
16  expr_type promote_primitive(const expr_type& et);
17 
24  expr_type promote_primitive(const expr_type& et1, const expr_type& et2);
25 
26  }
27 }
28 #endif
Probability, optimization and sampling library.
expr_type promote_primitive(const expr_type &et)

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