1 #ifndef STAN_LANG_AST_NODE_FUN_HPP 2 #define STAN_LANG_AST_NODE_FUN_HPP 51 fun(
const std::string& name,
const std::vector<expression>& args);
expr_type type_
Type of result of applying function to arguments.
std::string original_name_
Original name of function being applied (before name transformation).
Probability, optimization and sampling library.
std::vector< expression > args_
Sequence of argument expressions for function.
Structure for function application.
fun()
Construct a default function object.
Structure of the type of an expression, which consists of a base type and a number of dimensions...
std::string name_
Name of function being applied.