Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
error_handling.hpp
Go to the documentation of this file.
1 #ifndef STAN__MATH__ERROR_HANDLING_HPP
2 #define STAN__MATH__ERROR_HANDLING_HPP
3 
4 #include <algorithm>
5 #include <cstddef>
6 #include <limits>
7 #include <utility>
8 #include <iostream>
9 
10 #include <boost/type_traits/is_unsigned.hpp>
11 
12 #include <stan/meta/traits.hpp>
28 
29 #endif
30 

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