Home
last modified time | relevance | path

Searched refs:expected_root (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_roots.cpp532 std::complex<double> expected_root = -p.data()[0]/p.data()[1]; in test_daubechies_fails() local
533 BOOST_CHECK_CLOSE(expected_root.imag(), root.imag(), tol); in test_daubechies_fails()
534 BOOST_CHECK_CLOSE(expected_root.real(), root.real(), tol); in test_daubechies_fails()