![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
int_var_decl () | |
int_var_decl (range const &range, std::string const &name, std::vector< expression > const &dims) | |
![]() | |
base_var_decl () | |
base_var_decl (const base_expr_type &base_type) | |
base_var_decl (const std::string &name, const std::vector< expression > &dims, const base_expr_type &base_type) | |
Public Attributes | |
range | range_ |
![]() | |
std::string | name_ |
std::vector< expression > | dims_ |
base_expr_type | base_type_ |
stan::lang::int_var_decl::int_var_decl | ( | ) |
Definition at line 1296 of file ast_def.cpp.
stan::lang::int_var_decl::int_var_decl | ( | range const & | range, |
std::string const & | name, | ||
std::vector< expression > const & | dims | ||
) |
Definition at line 1300 of file ast_def.cpp.