Home
last modified time | relevance | path

Searched defs:relative_error (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/multiprecision/example/
Deigen_example.cpp33 complex_type::value_type relative_error = (A*x - b).norm() / b.norm(); in main() local
/third_party/boost/libs/math/tools/
Dmp_t.hpp35 inline mp_t relative_error(mp_t a, mp_t b) in relative_error() function
/third_party/boost/libs/graph/test/
Dbetweenness_centrality_test.cpp142 double relative_error = correct_centrality[v] == 0.0 in run_unweighted_test() local
157 double relative_error = correct_edge_centrality[e] == 0.0 in run_unweighted_test() local
428 double relative_error = centrality[v] == 0.0 in random_unweighted_test() local
454 double relative_error = centrality[v] == 0.0 in random_unweighted_test() local
/third_party/boost/libs/math/test/
Dasinh_test.hpp38 T relative_error = absolute_error*cosh(x); in asinh_error_evaluator() local
Dacosh_test.hpp38 T relative_error = absolute_error*abs(sinh(x)); in acosh_error_evaluator() local
Datanh_test.hpp37 T relative_error = absolute_error/(cosh(x)*cosh(x)); in atanh_error_evaluator() local
Dtest_autodiff_4.cpp80 const T relative_error = in BOOST_AUTO_TEST_CASE_TEMPLATE() local
/third_party/boost/libs/multiprecision/test/
Dtest.hpp40 …category<T>::value == boost::multiprecision::number_kind_integer, T>::type relative_error(T a, T b) in relative_error() function
46 …_integer) || boost::multiprecision::is_interval_number<T>::value, T>::type relative_error(T a, T b) in relative_error() function
91 relative_error(T a, U b) in relative_error() function
98 …:enable_if_c<boost::multiprecision::is_interval_number<T>::value, T>::type relative_error(T a, T b) in relative_error() function
Deigen.hpp474 …double relative_error = static_cast<double>(abs(axmb.norm() / b.norm())); /… in example22() local
/third_party/boost/libs/math/include_private/boost/math/tools/
Dtest.hpp63 T relative_error(T a, T b) in relative_error() function