Stan Math Library  2.20.0
reverse mode automatic differentiation
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 
5 namespace stan {
6 namespace math {
7 
12 const double CONSTRAINT_TOLERANCE = 1E-8;
13 
14 } // namespace math
15 } // namespace stan
16 #endif
const double CONSTRAINT_TOLERANCE
The tolerance for checking arithmetic bounds In rank and in simplexes.
const double E
The base of the natural logarithm, .
Definition: constants.hpp:19

     [ Stan Home Page ] © 2011–2018, Stan Development Team.