Skip to content

Commit 95e0c1f

Browse files
committed
Coverage: another Lanczos test case.
1 parent cf79a90 commit 95e0c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_lanczos.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ int main()
6868
test_lanczos<double, boost::math::policies::policy<boost::math::policies::promote_double<false>>>();
6969
test_lanczos<long double, boost::math::policies::policy<>>();
7070

71+
test_lanczos<boost::multiprecision::cpp_bin_float_double, boost::math::policies::policy<>>();
7172
test_lanczos<boost::multiprecision::cpp_bin_float_double_extended, boost::math::policies::policy<>>();
7273
test_lanczos<boost::multiprecision::cpp_bin_float_quad, boost::math::policies::policy<>>();
7374
test_lanczos<boost::multiprecision::number<boost::multiprecision::cpp_bin_float<130, boost::multiprecision::digit_base_2>>, boost::math::policies::policy<>>();

0 commit comments

Comments
 (0)