![]() |
Stan
1.0
probability, sampling & optimization
|
#include <boost/math/policies/policy.hpp>#include <boost/math/policies/error_handling.hpp>#include <boost/math/distributions/detail/common_error_handling.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
| stan::math::policies | |
| Extending boost functionality. | |
| stan::math::policies::detail | |
| Reimplementing boost::math::policies::detail::raise_domain_error. | |
Functions | |
| template<class T_result , class T_val > | |
| T_result | stan::math::policies::detail::raise_domain_error (const char *function, const char *message, const T_val &val, const ::boost::math::policies::domain_error< ::boost::math::policies::throw_on_error > &) |
| template<class T_result , class T_val > | |
| T_result | stan::math::policies::detail::raise_domain_error (const char *, const char *, const T_val &, const ::boost::math::policies::domain_error< ::boost::math::policies::ignore_error > &) |
| template<class T_result , class T_val > | |
| T_result | stan::math::policies::detail::raise_domain_error (const char *, const char *, const T_val &, const ::boost::math::policies::domain_error< ::boost::math::policies::errno_on_error > &) |
| template<class T_result , class T_val > | |
| T_result | stan::math::policies::detail::raise_domain_error (const char *function, const char *message, const T_val &val, const ::boost::math::policies::domain_error< ::boost::math::policies::user_error > &) |
| template<class T_result , class T_val , class Policy > | |
| T_result | stan::math::policies::raise_domain_error (const char *function, const char *message, const T_val &val, const Policy &) |