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
matrix_error_handling.hpp
Go to the documentation of this file.
1
#ifndef STAN__MATH__MATRIX_ERROR_HANDLING_HPP
2
#define STAN__MATH__MATRIX_ERROR_HANDLING_HPP
3
4
#include <
stan/math/error_handling/matrix/check_cholesky_factor.hpp
>
5
#include <
stan/math/error_handling/matrix/check_cholesky_factor_corr.hpp
>
6
#include <
stan/math/error_handling/matrix/check_column_index.hpp
>
7
#include <
stan/math/error_handling/matrix/check_corr_matrix.hpp
>
8
#include <
stan/math/error_handling/matrix/check_cov_matrix.hpp
>
9
#include <
stan/math/error_handling/matrix/check_ldlt_factor.hpp
>
10
#include <
stan/math/error_handling/matrix/check_lower_triangular.hpp
>
11
#include <
stan/math/error_handling/matrix/check_matching_dims.hpp
>
12
#include <
stan/math/error_handling/matrix/check_matching_sizes.hpp
>
13
#include <
stan/math/error_handling/matrix/check_multiplicable.hpp
>
14
#include <
stan/math/error_handling/matrix/check_nonzero_size.hpp
>
15
#include <
stan/math/error_handling/matrix/check_ordered.hpp
>
16
#include <
stan/math/error_handling/matrix/check_pos_definite.hpp
>
17
#include <
stan/math/error_handling/matrix/check_pos_semidefinite.hpp
>
18
#include <
stan/math/error_handling/matrix/check_positive_ordered.hpp
>
19
#include <
stan/math/error_handling/matrix/check_range.hpp
>
20
#include <
stan/math/error_handling/matrix/check_row_index.hpp
>
21
#include <
stan/math/error_handling/matrix/check_simplex.hpp
>
22
#include <
stan/math/error_handling/matrix/check_size_match.hpp
>
23
#include <
stan/math/error_handling/matrix/check_spsd_matrix.hpp
>
24
#include <
stan/math/error_handling/matrix/check_square.hpp
>
25
#include <
stan/math/error_handling/matrix/check_std_vector_index.hpp
>
26
#include <
stan/math/error_handling/matrix/check_symmetric.hpp
>
27
#include <
stan/math/error_handling/matrix/check_unit_vector.hpp
>
28
#include <
stan/math/error_handling/matrix/check_vector.hpp
>
29
#include <
stan/math/error_handling/matrix/constraint_tolerance.hpp
>
30
#include <
stan/math/error_handling/matrix/validate_non_negative_index.hpp
>
31
32
#endif
check_pos_definite.hpp
check_simplex.hpp
check_matching_dims.hpp
check_multiplicable.hpp
check_positive_ordered.hpp
check_size_match.hpp
check_column_index.hpp
constraint_tolerance.hpp
check_cholesky_factor_corr.hpp
check_pos_semidefinite.hpp
check_matching_sizes.hpp
check_lower_triangular.hpp
check_std_vector_index.hpp
check_symmetric.hpp
check_cov_matrix.hpp
validate_non_negative_index.hpp
check_row_index.hpp
check_ldlt_factor.hpp
check_ordered.hpp
check_unit_vector.hpp
check_corr_matrix.hpp
check_cholesky_factor.hpp
check_vector.hpp
check_nonzero_size.hpp
check_range.hpp
check_spsd_matrix.hpp
check_square.hpp
[
Stan Home Page
]
© 2011–2014, Stan Development Team.