![]() |
Stan
2.14.0
probability, sampling & optimization
|
Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::lang | |
Functions | |
| bool | stan::lang::is_user_defined (const fun &fx) |
| Return true if the specified function was declared in the functions block. More... | |
| bool | stan::lang::is_user_defined (const std::string &name, const std::vector< expression > &args) |
| Return true if a function with the specified name and arguments was defined in the functions block. More... | |