![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| variable () | |
| variable (std::string name) | |
| void | set_type (const base_expr_type &base_type, size_t num_dims) |
Public Attributes | |
| std::string | name_ |
| expr_type | type_ |
| stan::gm::variable::variable | ( | ) |
Definition at line 827 of file ast_def.cpp.
| stan::gm::variable::variable | ( | std::string | name | ) |
Definition at line 828 of file ast_def.cpp.
| void stan::gm::variable::set_type | ( | const base_expr_type & | base_type, |
| size_t | num_dims | ||
| ) |
Definition at line 829 of file ast_def.cpp.