Stan  2.14.0
probability, sampling & optimization
assignment_def.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_ASSIGNMENT_DEF_HPP
2 #define STAN_LANG_AST_NODE_ASSIGNMENT_DEF_HPP
3 
4 #include <stan/lang/ast.hpp>
5 
6 namespace stan {
7  namespace lang {
8 
10 
12  : var_dims_(var_dims), expr_(expr) { }
13 
14  }
15 }
16 #endif
variable_dims var_dims_
Variable plus indexes.
Definition: assignment.hpp:33
Structure for holding a variable with its dimension declarations.
Probability, optimization and sampling library.
assignment()
Construct an empty assignment.
expression expr_
Value being assigned, which appears on the right hand side of the assignment.
Definition: assignment.hpp:39

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