Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
err.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_ERR_HPP
2
#define STAN_MATH_PRIM_ERR_HPP
3
4
#include <
stan/math/prim/err/check_2F1_converges.hpp
>
5
#include <
stan/math/prim/err/check_3F2_converges.hpp
>
6
#include <
stan/math/prim/err/check_bounded.hpp
>
7
#include <
stan/math/prim/err/check_cholesky_factor.hpp
>
8
#include <
stan/math/prim/err/check_cholesky_factor_corr.hpp
>
9
#include <
stan/math/prim/err/check_column_index.hpp
>
10
#include <
stan/math/prim/err/check_consistent_size.hpp
>
11
#include <
stan/math/prim/err/check_consistent_sizes.hpp
>
12
#include <
stan/math/prim/err/check_consistent_sizes_mvt.hpp
>
13
#include <
stan/math/prim/err/check_corr_matrix.hpp
>
14
#include <
stan/math/prim/err/check_cov_matrix.hpp
>
15
#include <
stan/math/prim/err/check_finite.hpp
>
16
#include <
stan/math/prim/err/check_flag_sundials.hpp
>
17
#include <
stan/math/prim/err/check_greater.hpp
>
18
#include <
stan/math/prim/err/check_greater_or_equal.hpp
>
19
#include <
stan/math/prim/err/check_ldlt_factor.hpp
>
20
#include <
stan/math/prim/err/check_less.hpp
>
21
#include <
stan/math/prim/err/check_less_or_equal.hpp
>
22
#include <
stan/math/prim/err/check_lower_triangular.hpp
>
23
#include <
stan/math/prim/err/check_matching_dims.hpp
>
24
#include <
stan/math/prim/err/check_matching_sizes.hpp
>
25
#include <
stan/math/prim/err/check_multiplicable.hpp
>
26
#include <
stan/math/prim/err/check_nonnegative.hpp
>
27
#include <
stan/math/prim/err/check_nonzero_size.hpp
>
28
#include <
stan/math/prim/err/check_not_nan.hpp
>
29
#include <
stan/math/prim/err/check_ordered.hpp
>
30
#include <
stan/math/prim/err/check_sorted.hpp
>
31
#include <
stan/math/prim/err/check_pos_definite.hpp
>
32
#include <
stan/math/prim/err/check_pos_semidefinite.hpp
>
33
#include <
stan/math/prim/err/check_positive.hpp
>
34
#include <
stan/math/prim/err/check_positive_finite.hpp
>
35
#include <
stan/math/prim/err/check_positive_ordered.hpp
>
36
#include <
stan/math/prim/err/check_range.hpp
>
37
#include <
stan/math/prim/err/check_row_index.hpp
>
38
#include <
stan/math/prim/err/check_simplex.hpp
>
39
#include <
stan/math/prim/err/check_size_match.hpp
>
40
#include <
stan/math/prim/err/check_square.hpp
>
41
#include <
stan/math/prim/err/check_std_vector_index.hpp
>
42
#include <
stan/math/prim/err/check_stochastic_column.hpp
>
43
#include <
stan/math/prim/err/check_stochastic_row.hpp
>
44
#include <
stan/math/prim/err/check_sum_to_zero.hpp
>
45
#include <
stan/math/prim/err/check_symmetric.hpp
>
46
#include <
stan/math/prim/err/check_unit_vector.hpp
>
47
#include <
stan/math/prim/err/check_vector.hpp
>
48
#include <
stan/math/prim/err/check_vector_index.hpp
>
49
#include <
stan/math/prim/err/constraint_tolerance.hpp
>
50
#include <
stan/math/prim/err/domain_error.hpp
>
51
#include <
stan/math/prim/err/domain_error_vec.hpp
>
52
#include <
stan/math/prim/err/elementwise_check.hpp
>
53
#include <
stan/math/prim/err/hmm_check.hpp
>
54
#include <
stan/math/prim/err/invalid_argument.hpp
>
55
#include <
stan/math/prim/err/invalid_argument_vec.hpp
>
56
#include <
stan/math/prim/err/is_cholesky_factor.hpp
>
57
#include <
stan/math/prim/err/is_cholesky_factor_corr.hpp
>
58
#include <
stan/math/prim/err/is_column_index.hpp
>
59
#include <
stan/math/prim/err/is_corr_matrix.hpp
>
60
#include <
stan/math/prim/err/is_ldlt_factor.hpp
>
61
#include <
stan/math/prim/err/is_less_or_equal.hpp
>
62
#include <
stan/math/prim/err/is_lower_triangular.hpp
>
63
#include <
stan/math/prim/err/is_mat_finite.hpp
>
64
#include <
stan/math/prim/err/is_matching_dims.hpp
>
65
#include <
stan/math/prim/err/is_matching_size.hpp
>
66
#include <
stan/math/prim/err/is_nonzero_size.hpp
>
67
#include <
stan/math/prim/err/is_not_nan.hpp
>
68
#include <
stan/math/prim/err/is_ordered.hpp
>
69
#include <
stan/math/prim/err/is_pos_definite.hpp
>
70
#include <
stan/math/prim/err/is_positive.hpp
>
71
#include <
stan/math/prim/err/is_scal_finite.hpp
>
72
#include <
stan/math/prim/err/is_size_match.hpp
>
73
#include <
stan/math/prim/err/is_square.hpp
>
74
#include <
stan/math/prim/err/is_symmetric.hpp
>
75
#include <
stan/math/prim/err/is_unit_vector.hpp
>
76
#include <
stan/math/prim/err/out_of_range.hpp
>
77
#include <
stan/math/prim/err/system_error.hpp
>
78
#include <
stan/math/prim/err/throw_domain_error.hpp
>
79
#include <
stan/math/prim/err/throw_domain_error_mat.hpp
>
80
#include <
stan/math/prim/err/throw_domain_error_vec.hpp
>
81
#include <
stan/math/prim/err/validate_non_negative_index.hpp
>
82
#include <
stan/math/prim/err/validate_positive_index.hpp
>
83
#include <
stan/math/prim/err/validate_unit_vector_index.hpp
>
84
#endif
check_2F1_converges.hpp
check_3F2_converges.hpp
check_bounded.hpp
check_cholesky_factor.hpp
check_cholesky_factor_corr.hpp
check_column_index.hpp
check_consistent_size.hpp
check_consistent_sizes.hpp
check_consistent_sizes_mvt.hpp
check_corr_matrix.hpp
check_cov_matrix.hpp
check_finite.hpp
check_flag_sundials.hpp
check_greater.hpp
check_greater_or_equal.hpp
check_ldlt_factor.hpp
check_less.hpp
check_less_or_equal.hpp
check_lower_triangular.hpp
check_matching_dims.hpp
check_matching_sizes.hpp
check_multiplicable.hpp
check_nonnegative.hpp
check_nonzero_size.hpp
check_not_nan.hpp
check_ordered.hpp
check_pos_definite.hpp
check_pos_semidefinite.hpp
check_positive.hpp
check_positive_finite.hpp
check_positive_ordered.hpp
check_range.hpp
check_row_index.hpp
check_simplex.hpp
check_size_match.hpp
check_sorted.hpp
check_square.hpp
check_std_vector_index.hpp
check_stochastic_column.hpp
check_stochastic_row.hpp
check_sum_to_zero.hpp
check_unit_vector.hpp
check_vector.hpp
check_vector_index.hpp
constraint_tolerance.hpp
domain_error.hpp
domain_error_vec.hpp
elementwise_check.hpp
hmm_check.hpp
invalid_argument.hpp
invalid_argument_vec.hpp
is_cholesky_factor.hpp
is_cholesky_factor_corr.hpp
is_column_index.hpp
is_corr_matrix.hpp
is_ldlt_factor.hpp
is_less_or_equal.hpp
is_lower_triangular.hpp
is_mat_finite.hpp
is_matching_dims.hpp
is_matching_size.hpp
is_nonzero_size.hpp
is_not_nan.hpp
is_ordered.hpp
is_pos_definite.hpp
is_positive.hpp
is_scal_finite.hpp
is_size_match.hpp
is_square.hpp
is_symmetric.hpp
is_unit_vector.hpp
out_of_range.hpp
check_symmetric.hpp
system_error.hpp
throw_domain_error.hpp
throw_domain_error_mat.hpp
throw_domain_error_vec.hpp
validate_non_negative_index.hpp
validate_positive_index.hpp
validate_unit_vector_index.hpp
stan
math
prim
err.hpp
[
Stan Home Page
]
© 2011–2019, Stan Development Team.