![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <stan/lang/ast.hpp>
#include <limits>
#include <map>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include <stan/lang/function_signatures.h>
Go to the source code of this file.
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::lang | |
Functions | |
bool | stan::lang::is_binary_operator (const std::string &name) |
bool | stan::lang::is_unary_operator (const std::string &name) |
bool | stan::lang::is_unary_postfix_operator (const std::string &name) |
bool | stan::lang::is_operator (const std::string &name) |
std::string | stan::lang::fun_name_to_operator (const std::string &name) |
void | stan::lang::print_signature (const std::string &name, const std::vector< expr_type > &arg_types, bool sampling_error_style, std::ostream &msgs) |