|
template<class Formatter , class Group > |
std::string | do_format (Formatter f, const Group &g) |
|
template<class T > |
const char * | name_of () |
|
template<> |
const char * | name_of< float > () |
|
template<> |
const char * | name_of< double > () |
|
template<> |
const char * | name_of< long double > () |
|
template<class E , class T > |
void | raise_error (const char *function, const char *message) |
|
template<class E , class T > |
void | raise_error (const char *function, const char *message, const T &val) |
|
template<class T > |
T | raise_domain_error (const char *function, const char *message, const T &val, const ::boost::math::policies::domain_error< ::boost::math::policies::throw_on_error > &) |
|
template<class T > |
T | raise_domain_error (const char *, const char *, const T &, const ::boost::math::policies::domain_error< ::boost::math::policies::ignore_error > &) |
|
template<class T > |
T | raise_domain_error (const char *, const char *, const T &, const ::boost::math::policies::domain_error< ::boost::math::policies::errno_on_error > &) |
|
template<class T > |
T | raise_domain_error (const char *function, const char *message, const T &val, const ::boost::math::policies::domain_error< ::boost::math::policies::user_error > &) |
|
template<class T > |
T | raise_pole_error (const char *function, const char *message, const T &val, const ::boost::math::policies::pole_error< ::boost::math::policies::throw_on_error > &) |
|
template<class T > |
T | raise_pole_error (const char *function, const char *message, const T &val, const ::boost::math::policies::pole_error< ::boost::math::policies::ignore_error > &) |
|
template<class T > |
T | raise_pole_error (const char *function, const char *message, const T &val, const ::boost::math::policies::pole_error< ::boost::math::policies::errno_on_error > &) |
|
template<class T > |
T | raise_pole_error (const char *function, const char *message, const T &val, const ::boost::math::policies::pole_error< ::boost::math::policies::user_error > &) |
|
template<class T > |
T | raise_overflow_error (const char *function, const char *message, const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error > &) |
|
template<class T > |
T | raise_overflow_error (const char *function, const char *message, const T &val, const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error > &) |
|
template<class T > |
T | raise_overflow_error (const char *, const char *, const ::boost::math::policies::overflow_error< ::boost::math::policies::ignore_error > &) |
|
template<class T > |
T | raise_overflow_error (const char *, const char *, const T &, const ::boost::math::policies::overflow_error< ::boost::math::policies::ignore_error > &) |
|
template<class T > |
T | raise_overflow_error (const char *, const char *, const ::boost::math::policies::overflow_error< ::boost::math::policies::errno_on_error > &) |
|
template<class T > |
T | raise_overflow_error (const char *, const char *, const T &, const ::boost::math::policies::overflow_error< ::boost::math::policies::errno_on_error > &) |
|
template<class T > |
T | raise_overflow_error (const char *function, const char *message, const ::boost::math::policies::overflow_error< ::boost::math::policies::user_error > &) |
|
template<class T > |
T | raise_overflow_error (const char *function, const char *message, const T &val, const ::boost::math::policies::overflow_error< ::boost::math::policies::user_error > &) |
|
template<class T > |
T | raise_underflow_error (const char *function, const char *message, const ::boost::math::policies::underflow_error< ::boost::math::policies::throw_on_error > &) |
|
template<class T > |
T | raise_underflow_error (const char *, const char *, const ::boost::math::policies::underflow_error< ::boost::math::policies::ignore_error > &) |
|
template<class T > |
T | raise_underflow_error (const char *, const char *, const ::boost::math::policies::underflow_error< ::boost::math::policies::errno_on_error > &) |
|
template<class T > |
T | raise_underflow_error (const char *function, const char *message, const ::boost::math::policies::underflow_error< ::boost::math::policies::user_error > &) |
|
template<class T > |
T | raise_denorm_error (const char *function, const char *message, const T &, const ::boost::math::policies::denorm_error< ::boost::math::policies::throw_on_error > &) |
|
template<class T > |
T | raise_denorm_error (const char *, const char *, const T &val, const ::boost::math::policies::denorm_error< ::boost::math::policies::ignore_error > &) |
|
template<class T > |
T | raise_denorm_error (const char *, const char *, const T &val, const ::boost::math::policies::denorm_error< ::boost::math::policies::errno_on_error > &) |
|
template<class T > |
T | raise_denorm_error (const char *function, const char *message, const T &val, const ::boost::math::policies::denorm_error< ::boost::math::policies::user_error > &) |
|
template<class T > |
T | raise_evaluation_error (const char *function, const char *message, const T &val, const ::boost::math::policies::evaluation_error< ::boost::math::policies::throw_on_error > &) |
|
template<class T > |
T | raise_evaluation_error (const char *, const char *, const T &val, const ::boost::math::policies::evaluation_error< ::boost::math::policies::ignore_error > &) |
|
template<class T > |
T | raise_evaluation_error (const char *, const char *, const T &val, const ::boost::math::policies::evaluation_error< ::boost::math::policies::errno_on_error > &) |
|
template<class T > |
T | raise_evaluation_error (const char *function, const char *message, const T &val, const ::boost::math::policies::evaluation_error< ::boost::math::policies::user_error > &) |
|
template<class T , class TargetType > |
TargetType | raise_rounding_error (const char *function, const char *message, const T &val, const TargetType &, const ::boost::math::policies::rounding_error< ::boost::math::policies::throw_on_error > &) |
|
template<class T , class TargetType > |
TargetType | raise_rounding_error (const char *, const char *, const T &val, const TargetType &, const ::boost::math::policies::rounding_error< ::boost::math::policies::ignore_error > &) |
|
template<class T , class TargetType > |
TargetType | raise_rounding_error (const char *, const char *, const T &val, const TargetType &, const ::boost::math::policies::rounding_error< ::boost::math::policies::errno_on_error > &) |
|
template<class T , class TargetType > |
TargetType | raise_rounding_error (const char *function, const char *message, const T &val, const TargetType &t, const ::boost::math::policies::rounding_error< ::boost::math::policies::user_error > &) |
|
template<class T , class R > |
T | raise_indeterminate_result_error (const char *function, const char *message, const T &val, const R &, const ::boost::math::policies::indeterminate_result_error< ::boost::math::policies::throw_on_error > &) |
|
template<class T , class R > |
T | raise_indeterminate_result_error (const char *, const char *, const T &, const R &result, const ::boost::math::policies::indeterminate_result_error< ::boost::math::policies::ignore_error > &) |
|
template<class T , class R > |
T | raise_indeterminate_result_error (const char *, const char *, const T &, const R &result, const ::boost::math::policies::indeterminate_result_error< ::boost::math::policies::errno_on_error > &) |
|
template<class T , class R > |
T | raise_indeterminate_result_error (const char *function, const char *message, const T &val, const R &, const ::boost::math::policies::indeterminate_result_error< ::boost::math::policies::user_error > &) |
|
template<class R , class T , class Policy > |
bool | check_overflow (T val, R *result, const char *function, const Policy &pol) |
|
template<class R , class T , class Policy > |
bool | check_overflow (std::complex< T > val, R *result, const char *function, const Policy &pol) |
|
template<class R , class T , class Policy > |
bool | check_underflow (T val, R *result, const char *function, const Policy &pol) |
|
template<class R , class T , class Policy > |
bool | check_underflow (std::complex< T > val, R *result, const char *function, const Policy &pol) |
|
template<class R , class T , class Policy > |
bool | check_denorm (T val, R *result, const char *function, const Policy &pol) |
|
template<class R , class T , class Policy > |
bool | check_denorm (std::complex< T > val, R *result, const char *function, const Policy &pol) |
|
template<class R , class T > |
bool | check_overflow (T, R *, const char *, const overflow_error< ignore_error > &) |
|
template<class R , class T > |
bool | check_overflow (std::complex< T >, R *, const char *, const overflow_error< ignore_error > &) |
|
template<class R , class T > |
bool | check_underflow (T, R *, const char *, const underflow_error< ignore_error > &) |
|
template<class R , class T > |
bool | check_underflow (std::complex< T >, R *, const char *, const underflow_error< ignore_error > &) |
|
template<class R , class T > |
bool | check_denorm (T, R *, const char *, const denorm_error< ignore_error > &) |
|
template<class R , class T > |
bool | check_denorm (std::complex< T >, R *, const char *, const denorm_error< ignore_error > &) |
|
template<error_policy_type N> |
char | test_is_valid_arg (const domain_error< N > *) |
|
char | test_is_default_arg (const domain_error< throw_on_error > *) |
|
template<error_policy_type N> |
char | test_is_valid_arg (const pole_error< N > *) |
|
char | test_is_default_arg (const pole_error< throw_on_error > *) |
|
template<error_policy_type N> |
char | test_is_valid_arg (const overflow_error< N > *) |
|
char | test_is_default_arg (const overflow_error< throw_on_error > *) |
|
template<error_policy_type N> |
char | test_is_valid_arg (const underflow_error< N > *) |
|
char | test_is_default_arg (const underflow_error< ignore_error > *) |
|
template<error_policy_type N> |
char | test_is_valid_arg (const denorm_error< N > *) |
|
char | test_is_default_arg (const denorm_error< ignore_error > *) |
|
template<error_policy_type N> |
char | test_is_valid_arg (const evaluation_error< N > *) |
|
char | test_is_default_arg (const evaluation_error< throw_on_error > *) |
|
template<error_policy_type N> |
char | test_is_valid_arg (const rounding_error< N > *) |
|
char | test_is_default_arg (const rounding_error< throw_on_error > *) |
|
template<error_policy_type N> |
char | test_is_valid_arg (const indeterminate_result_error< N > *) |
|
char | test_is_default_arg (const indeterminate_result_error< ignore_error > *) |
|
template<bool N> |
char | test_is_valid_arg (const promote_float< N > *) |
|
char | test_is_default_arg (const promote_float< true > *) |
|
template<bool N> |
char | test_is_valid_arg (const promote_double< N > *) |
|
char | test_is_default_arg (const promote_double< true > *) |
|
template<bool N> |
char | test_is_valid_arg (const assert_undefined< N > *) |
|
char | test_is_default_arg (const assert_undefined< true > *) |
|
template<discrete_quantile_policy_type N> |
char | test_is_valid_arg (const discrete_quantile< N > *) |
|
char | test_is_default_arg (const discrete_quantile< integer_round_outwards > *) |
|
template<int N> |
char | test_is_valid_arg (const digits10< N > *) |
|
char | test_is_default_arg (const digits10< 0 > *) |
|
template<int N> |
char | test_is_valid_arg (const digits2< N > *) |
|
char | test_is_default_arg (const digits2< 0 > *) |
|
template<unsigned long N> |
char | test_is_valid_arg (const max_series_iterations< N > *) |
|
char | test_is_default_arg (const max_series_iterations< 1000000 > *) |
|
template<unsigned long N> |
char | test_is_valid_arg (const max_root_iterations< N > *) |
|
char | test_is_default_arg (const max_root_iterations< 200 > *) |
|
double | test_is_valid_arg (...) |
|
double | test_is_default_arg (...) |
|
char | test_is_valid_arg (const default_policy *) |
|
char | test_is_default_arg (const default_policy *) |
|
template<class T , class Policy > |
int | digits_imp (mpl::true_ const &) |
|
template<class T , class Policy > |
int | digits_imp (mpl::false_ const &) |
|
template<class T , class Policy > |
T | get_epsilon_imp (mpl::true_ const &) |
|
template<class T , class Policy > |
T | get_epsilon_imp (mpl::false_ const &) |
|
template<class A1 , class A2 , class A3 , class A4 , class A5 , class A6 , class A7 , class A8 , class A9 , class A10 , class A11 > |
char | test_is_policy (const policy< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11 > *) |
|
double | test_is_policy (...) |
|