![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
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 | |
std::string | name_ |
std::vector< expression > | dims_ |
base_expr_type | base_type_ |
stan::lang::base_var_decl::base_var_decl | ( | ) |
Definition at line 1259 of file ast_def.cpp.
stan::lang::base_var_decl::base_var_decl | ( | const base_expr_type & | base_type | ) |
Definition at line 1260 of file ast_def.cpp.
stan::lang::base_var_decl::base_var_decl | ( | const std::string & | name, |
const std::vector< expression > & | dims, | ||
const base_expr_type & | base_type | ||
) |
Definition at line 1263 of file ast_def.cpp.
base_expr_type stan::lang::base_var_decl::base_type_ |
std::vector<expression> stan::lang::base_var_decl::dims_ |