From 6e215cf109073da9ffb5b491171613b8db24fd9d Mon Sep 17 00:00:00 2001 From: Srinivas Vasudevan Date: Sat, 14 Sep 2019 12:16:47 -0400 Subject: Add Bessel functions to SpecialFunctions. - Split SpecialFunctions files in to a separate BesselFunctions file. In particular add: - Modified bessel functions of the second kind k0, k1, k0e, k1e - Bessel functions of the first kind j0, j1 - Bessel functions of the second kind y0, y1 --- unsupported/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/test/CMakeLists.txt') diff --git a/unsupported/test/CMakeLists.txt b/unsupported/test/CMakeLists.txt index f1f109ecb..ac958bfe9 100644 --- a/unsupported/test/CMakeLists.txt +++ b/unsupported/test/CMakeLists.txt @@ -106,6 +106,7 @@ ei_add_test(dgmres) ei_add_test(minres) ei_add_test(levenberg_marquardt) ei_add_test(kronecker_product) +ei_add_test(bessel_functions) ei_add_test(special_functions) # TODO: The following test names are prefixed with the cxx11 string, since historically -- cgit v1.2.3