![]() |
Stan
2.5.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 | operator< (const expr_type &et) const |
| bool | operator<= (const expr_type &et) const |
| 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 |
| bool | is_void () 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 53 of file ast_def.cpp.
| stan::gm::expr_type::expr_type | ( | const base_expr_type | base_type | ) |
Definition at line 57 of file ast_def.cpp.
| stan::gm::expr_type::expr_type | ( | const base_expr_type | base_type, |
| size_t | num_dims | ||
| ) |
Definition at line 61 of file ast_def.cpp.
| bool stan::gm::expr_type::is_ill_formed | ( | ) | const |
Definition at line 105 of file ast_def.cpp.
| bool stan::gm::expr_type::is_primitive | ( | ) | const |
Definition at line 93 of file ast_def.cpp.
| bool stan::gm::expr_type::is_primitive_double | ( | ) | const |
Definition at line 101 of file ast_def.cpp.
| bool stan::gm::expr_type::is_primitive_int | ( | ) | const |
Definition at line 97 of file ast_def.cpp.
| bool stan::gm::expr_type::is_void | ( | ) | const |
Definition at line 108 of file ast_def.cpp.
| size_t stan::gm::expr_type::num_dims | ( | ) | const |
Definition at line 114 of file ast_def.cpp.
| bool stan::gm::expr_type::operator!= | ( | const expr_type & | et | ) | const |
Definition at line 70 of file ast_def.cpp.
| bool stan::gm::expr_type::operator< | ( | const expr_type & | et | ) | const |
Definition at line 73 of file ast_def.cpp.
| bool stan::gm::expr_type::operator<= | ( | const expr_type & | et | ) | const |
Definition at line 78 of file ast_def.cpp.
| bool stan::gm::expr_type::operator== | ( | const expr_type & | et | ) | const |
Definition at line 66 of file ast_def.cpp.
| bool stan::gm::expr_type::operator> | ( | const expr_type & | et | ) | const |
Definition at line 83 of file ast_def.cpp.
| bool stan::gm::expr_type::operator>= | ( | const expr_type & | et | ) | const |
Definition at line 88 of file ast_def.cpp.
| base_expr_type stan::gm::expr_type::type | ( | ) | const |
Definition at line 111 of file ast_def.cpp.
| base_expr_type stan::gm::expr_type::base_type_ |