![]() |
Stan
2.10.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::lang::variable_dims::variable_dims | ( | ) |
Definition at line 960 of file ast_def.cpp.
stan::lang::variable_dims::variable_dims | ( | std::string const & | name, |
std::vector< expression > const & | dims | ||
) |
Definition at line 961 of file ast_def.cpp.
std::vector<expression> stan::lang::variable_dims::dims_ |