![]() |
Stan
2.14.0
probability, sampling & optimization
|
Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::lang | |
Typedefs | |
| typedef int | stan::lang::base_expr_type |
| The type of a base expression. More... | |
Variables | |
| const int | stan::lang::VOID_T = 0 |
| Void type. More... | |
| const int | stan::lang::INT_T = 1 |
| Integer type. More... | |
| const int | stan::lang::DOUBLE_T = 2 |
| Real scalar type. More... | |
| const int | stan::lang::VECTOR_T = 3 |
| Column vector type; scalar type is real. More... | |
| const int | stan::lang::ROW_VECTOR_T = 4 |
| Row vector type; scalar type is real. More... | |
| const int | stan::lang::MATRIX_T = 5 |
| Matrix type; scalar type is real. More... | |
| const int | stan::lang::ILL_FORMED_T = 6 |
| Type denoting an ill-formed expression. More... | |