1 #ifndef STAN_LANG_AST_FUN_WRITE_BASE_EXPR_TYPE_DEF_HPP 2 #define STAN_LANG_AST_FUN_WRITE_BASE_EXPR_TYPE_DEF_HPP const int ROW_VECTOR_T
Row vector type; scalar type is real.
Probability, optimization and sampling library.
const int DOUBLE_T
Real scalar type.
int base_expr_type
The type of a base expression.
const int VOID_T
Void type.
const int INT_T
Integer type.
const int VECTOR_T
Column vector type; scalar type is real.
std::ostream & write_base_expr_type(std::ostream &o, base_expr_type type)
Write a user-readable version of the specified base expression type to the specified output stream...
const int ILL_FORMED_T
Type denoting an ill-formed expression.
const int MATRIX_T
Matrix type; scalar type is real.