Stan  2.14.0
probability, sampling & optimization
simplex_var_decl.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_SIMPLEX_VAR_DECL_HPP
2 #define STAN_LANG_AST_NODE_SIMPLEX_VAR_DECL_HPP
3 
6 #include <string>
7 #include <vector>
8 
9 namespace stan {
10  namespace lang {
11 
15  struct simplex_var_decl : public base_var_decl {
20 
25 
36  const std::string& name,
37  const std::vector<expression>& dims,
38  const expression& def);
39  };
40  }
41 }
42 #endif
Probability, optimization and sampling library.
Structure to hold the declaration of a simplex.
expression K_
Simplex size.
AST base class for variable declarations, which share most of their structure.
simplex_var_decl()
Construct a default simplex declaration.

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