Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dnorms_test.cpp497 Real l1_2 = l1_norm(v); in test_l1_norm() local
498 BOOST_TEST(abs(l1_1 - l1_2) < tol*l1_1); in test_l1_norm()
516 double l1_2 = l1_norm(v); in test_integer_l1_norm() local
518 BOOST_TEST(l1_2 > 0); in test_integer_l1_norm()
519 if (abs(l1_1 - l1_2) > 2*l1_1*eps) in test_integer_l1_norm()
523 std::cout << "L1_2 = " << l1_2 << "\n"; in test_integer_l1_norm()
524 BOOST_TEST(abs(l1_1 - l1_2) < 2*l1_1*eps); in test_integer_l1_norm()
547 Real l1_2 = l1_norm(v); in test_complex_l1_norm() local
548 BOOST_TEST(abs(l1_1 - l1_2) < tol*l1_1); in test_complex_l1_norm()