Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
fun
has_prob_fun_suffix.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_FUN_HAS_PROB_FUN_SUFFIX_HPP
2
#define STAN_LANG_AST_FUN_HAS_PROB_FUN_SUFFIX_HPP
3
4
#include <string>
5
6
namespace
stan
{
7
namespace
lang {
8
17
bool
has_prob_fun_suffix
(
const
std::string& name);
18
19
}
20
}
21
#endif
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::has_prob_fun_suffix
bool has_prob_fun_suffix(const std::string &name)
Return true if the function with the specified name has a suffix indicating it is a probability funct...
Definition:
has_prob_fun_suffix_def.hpp:10
[
Stan Home Page
]
© 2011–2016, Stan Development Team.