![]() |
Stan
2.10.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::lang::variable::variable | ( | ) |
Definition at line 1014 of file ast_def.cpp.
stan::lang::variable::variable | ( | std::string | name | ) |
Definition at line 1015 of file ast_def.cpp.
void stan::lang::variable::set_type | ( | const base_expr_type & | base_type, |
size_t | num_dims | ||
) |
Definition at line 1016 of file ast_def.cpp.