Automatic Differentiation
 
Loading...
Searching...
No Matches
constraint_tolerance.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_PRIM_ERR_CONSTRAINT_TOLERANCE_HPP
2#define STAN_MATH_PRIM_ERR_CONSTRAINT_TOLERANCE_HPP
3
4#ifndef STAN_MATH_CONSTRAINT_TOLERANCE
5#define STAN_MATH_CONSTRAINT_TOLERANCE 1E-8
6#endif
7
9namespace stan {
10namespace math {
11
19
20} // namespace math
21} // namespace stan
22#endif
#define STAN_MATH_CONSTRAINT_TOLERANCE
const double CONSTRAINT_TOLERANCE
The tolerance for checking arithmetic bounds in rank and in simplexes.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition fvar.hpp:9