Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dlanczos_smoothing_test.cpp104 Real l2_sq_expected = dlp.norm_sq(r); in test_dlp_evaluation() local
105 BOOST_CHECK_CLOSE_FRACTION(l2_sq, l2_sq_expected, 20*tol); in test_dlp_evaluation()