|
template<class RealType , class Policy > |
bool | check_success_fraction (const char *function, const RealType &p, RealType *result, const Policy &) |
|
template<class RealType , class Policy > |
bool | check_dist (const char *function, const RealType &p, RealType *result, const Policy &, const mpl::true_ &) |
|
template<class RealType , class Policy > |
bool | check_dist (const char *, const RealType &, RealType *, const Policy &, const mpl::false_ &) |
|
template<class RealType , class Policy > |
bool | check_dist (const char *function, const RealType &p, RealType *result, const Policy &) |
|
template<class RealType , class Policy > |
bool | check_dist_and_k (const char *function, const RealType &p, RealType k, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | check_dist_and_prob (const char *function, RealType p, RealType prob, RealType *result, const Policy &) |
|