Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
prim
mat
err
constraint_tolerance.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_MAT_ERR_CONSTRAINT_TOLERANCE_HPP
2
#define STAN_MATH_PRIM_MAT_ERR_CONSTRAINT_TOLERANCE_HPP
3
4
#include <
stan/math/prim/meta.hpp
>
5
namespace
stan
{
6
namespace
math {
7
12
const
double
CONSTRAINT_TOLERANCE
= 1
E
-8;
13
14
}
// namespace math
15
}
// namespace stan
16
#endif
stan
Definition:
log_sum_exp.hpp:8
meta.hpp
stan::math::CONSTRAINT_TOLERANCE
const double CONSTRAINT_TOLERANCE
The tolerance for checking arithmetic bounds In rank and in simplexes.
Definition:
constraint_tolerance.hpp:12
stan::math::E
const double E
The base of the natural logarithm, .
Definition:
constants.hpp:19
[
Stan Home Page
]
© 2011–2018, Stan Development Team.