Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
constraint_tolerance.hpp
Go to the documentation of this file.
1 #ifndef STAN__MATH__ERROR_HANDLING__MATRIX__CONSTRAINT_TOLERANCE_HPP
2 #define STAN__MATH__ERROR_HANDLING__MATRIX__CONSTRAINT_TOLERANCE_HPP
3 
4 namespace stan {
5  namespace math {
6 
11  const double CONSTRAINT_TOLERANCE = 1E-8;
12 
13  }
14 }
15 #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:14

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