![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
fun () | |
fun (std::string const &name, std::vector< expression > const &args) | |
Public Attributes | |
std::string | name_ |
std::string | original_name_ |
std::vector< expression > | args_ |
expr_type | type_ |
stan::lang::fun::fun | ( | ) |
Definition at line 1066 of file ast_def.cpp.
stan::lang::fun::fun | ( | std::string const & | name, |
std::vector< expression > const & | args | ||
) |
Definition at line 1067 of file ast_def.cpp.
std::vector<expression> stan::lang::fun::args_ |