Searched refs:evaluation_error (Results 1 – 3 of 3) sorted by relevance
39 class evaluation_error : public std::runtime_error class42 evaluation_error(const std::string& s) : std::runtime_error(s){} in evaluation_error() function in boost::math::evaluation_error450 … const ::boost::math::policies::evaluation_error< ::boost::math::policies::throw_on_error>&) in raise_evaluation_error()452 raise_error<boost::math::evaluation_error, T>(function, message, val); in raise_evaluation_error()462 …const ::boost::math::policies::evaluation_error< ::boost::math::policies::ignore_error>&) BOOST_M… in raise_evaluation_error()474 …const ::boost::math::policies::evaluation_error< ::boost::math::policies::errno_on_error>&) BOOST… in raise_evaluation_error()487 const ::boost::math::policies::evaluation_error< ::boost::math::policies::user_error>&) in raise_evaluation_error()
210 BOOST_MATH_META_INT(error_policy_type, evaluation_error, BOOST_MATH_EVALUATION_ERROR_POLICY)432 …typedef typename detail::find_arg<arg_list, is_evaluation_error<mpl::_1>, evaluation_error<> >::ty…476 typedef evaluation_error<> evaluation_error_type;501 typedef evaluation_error<> evaluation_error_type;
1818 ::boost::math::policies::evaluation_error< ::boost::math::policies::errno_on_error>,