![]() |
Stan
1.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| expr_type () | |
| expr_type (const base_expr_type base_type) | |
| expr_type (const base_expr_type base_type, size_t num_dims) | |
| bool | operator== (const expr_type &et) const |
| bool | operator!= (const expr_type &et) const |
| bool | is_primitive () const |
| bool | is_primitive_int () const |
| bool | is_primitive_double () const |
| bool | is_ill_formed () const |
| base_expr_type | type () const |
| size_t | num_dims () const |
Public Attributes | |
| base_expr_type | base_type_ |
| size_t | num_dims_ |
| stan::gm::expr_type::expr_type | ( | ) |
Definition at line 50 of file ast_def.cpp.
| stan::gm::expr_type::expr_type | ( | const base_expr_type | base_type | ) |
Definition at line 54 of file ast_def.cpp.
| stan::gm::expr_type::expr_type | ( | const base_expr_type | base_type, |
| size_t | num_dims | ||
| ) |
Definition at line 58 of file ast_def.cpp.
| bool stan::gm::expr_type::is_ill_formed | ( | ) | const |
Definition at line 82 of file ast_def.cpp.
| bool stan::gm::expr_type::is_primitive | ( | ) | const |
Definition at line 70 of file ast_def.cpp.
| bool stan::gm::expr_type::is_primitive_double | ( | ) | const |
Definition at line 78 of file ast_def.cpp.
| bool stan::gm::expr_type::is_primitive_int | ( | ) | const |
Definition at line 74 of file ast_def.cpp.
| size_t stan::gm::expr_type::num_dims | ( | ) | const |
Definition at line 88 of file ast_def.cpp.
| bool stan::gm::expr_type::operator!= | ( | const expr_type & | et | ) | const |
Definition at line 67 of file ast_def.cpp.
| bool stan::gm::expr_type::operator== | ( | const expr_type & | et | ) | const |
Definition at line 63 of file ast_def.cpp.
| base_expr_type stan::gm::expr_type::type | ( | ) | const |
Definition at line 85 of file ast_def.cpp.
| base_expr_type stan::gm::expr_type::base_type_ |