Searched defs:pFq_termination_exception (Results 1 – 1 of 1) sorted by relevance
26 struct pFq_termination_exception : public std::runtime_error struct28 pFq_termination_exception(const char* p) : std::runtime_error(p) {} in pFq_termination_exception() function38 …boost::throw_exception(boost::math::detail::pFq_termination_exception("pFq exceeded maximum permit… in operator ()()