![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| variable_dims () | |
| variable_dims (std::string const &name, std::vector< expression > const &dims) | |
Public Attributes | |
| std::string | name_ |
| std::vector< expression > | dims_ |
| stan::gm::variable_dims::variable_dims | ( | ) |
Definition at line 773 of file ast_def.cpp.
| stan::gm::variable_dims::variable_dims | ( | std::string const & | name, |
| std::vector< expression > const & | dims | ||
| ) |
Definition at line 774 of file ast_def.cpp.
| std::vector<expression> stan::gm::variable_dims::dims_ |