Searched refs:expected_root (Results 1 – 1 of 1) sorted by relevance
532 std::complex<double> expected_root = -p.data()[0]/p.data()[1]; in test_daubechies_fails() local533 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()