![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
assgn () | |
assgn (const variable &lhs_var, const std::vector< idx > &idxs, const expression &rhs) | |
bool | lhs_var_occurs_on_rhs () const |
Public Attributes | |
variable | lhs_var_ |
std::vector< idx > | idxs_ |
expression | rhs_ |
stan::lang::assgn::assgn | ( | ) |
Definition at line 1788 of file ast_def.cpp.
stan::lang::assgn::assgn | ( | const variable & | lhs_var, |
const std::vector< idx > & | idxs, | ||
const expression & | rhs | ||
) |
Definition at line 1789 of file ast_def.cpp.
bool stan::lang::assgn::lhs_var_occurs_on_rhs | ( | ) | const |
Definition at line 1793 of file ast_def.cpp.
expression stan::lang::assgn::rhs_ |