Stan
2.5.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
stan
math
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
>
13
#include <
stan/math/error_handling/dom_err.hpp
>
14
#include <
stan/math/error_handling/dom_err_vec.hpp
>
15
#include <
stan/math/error_handling/check_not_nan.hpp
>
16
#include <
stan/math/error_handling/check_equal.hpp
>
17
#include <
stan/math/error_handling/check_finite.hpp
>
18
#include <
stan/math/error_handling/check_greater.hpp
>
19
#include <
stan/math/error_handling/check_greater_or_equal.hpp
>
20
#include <
stan/math/error_handling/check_less.hpp
>
21
#include <
stan/math/error_handling/check_less_or_equal.hpp
>
22
#include <
stan/math/error_handling/check_bounded.hpp
>
23
#include <
stan/math/error_handling/check_nonnegative.hpp
>
24
#include <
stan/math/error_handling/check_positive.hpp
>
25
#include <
stan/math/error_handling/check_positive_finite.hpp
>
26
#include <
stan/math/error_handling/check_consistent_size.hpp
>
27
#include <
stan/math/error_handling/check_consistent_sizes.hpp
>
28
29
#endif
30
check_not_nan.hpp
dom_err.hpp
check_positive_finite.hpp
check_positive.hpp
check_consistent_size.hpp
traits.hpp
check_greater.hpp
check_nonnegative.hpp
check_less_or_equal.hpp
check_equal.hpp
check_bounded.hpp
dom_err_vec.hpp
check_finite.hpp
check_greater_or_equal.hpp
check_less.hpp
check_consistent_sizes.hpp
[
Stan Home Page
]
© 2011–2014, Stan Development Team.