Stan  2.14.0
probability, sampling & optimization
function_signature_t.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_SIGS_FUNCTION_SIGNATURE_T_HPP
2 #define STAN_LANG_AST_SIGS_FUNCTION_SIGNATURE_T_HPP
3 
5 #include <utility>
6 #include <vector>
7 
8 namespace stan {
9  namespace lang {
10 
15  typedef std::pair<expr_type, std::vector<expr_type> > function_signature_t;
16 
17  }
18 }
19 #endif
Probability, optimization and sampling library.
std::pair< expr_type, std::vector< expr_type > > function_signature_t
The type of a function signature, mapping a vector of argument expression types to a result expressio...

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