![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| fun () | |
| fun (std::string const &name, std::vector< expression > const &args) | |
| void | infer_type () |
Public Attributes | |
| std::string | name_ |
| std::vector< expression > | args_ |
| expr_type | type_ |
| stan::gm::fun::fun | ( | ) |
Definition at line 853 of file ast_def.cpp.
| stan::gm::fun::fun | ( | std::string const & | name, |
| std::vector< expression > const & | args | ||
| ) |
Definition at line 854 of file ast_def.cpp.
| void stan::gm::fun::infer_type | ( | ) |
Definition at line 860 of file ast_def.cpp.
| std::vector<expression> stan::gm::fun::args_ |