Skip to content

Commit

Permalink
Update math from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Sep 19, 2024
1 parent 3291d60 commit 2559798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/math
Submodule math updated 49 files
+16 −16 doc/sf/airy.qbk
+8 −8 doc/sf/expint.qbk
+3 −3 doc/sf/gegenbauer.qbk
+43 −8 doc/sf/hankel.qbk
+6 −6 doc/sf/hermite.qbk
+0 −44 include/boost/math/special_functions/bessel.hpp
+96 −81 include/boost/math/special_functions/expint.hpp
+13 −8 include/boost/math/special_functions/gegenbauer.hpp
+34 −28 include/boost/math/special_functions/hankel.hpp
+8 −6 include/boost/math/special_functions/hermite.hpp
+70 −23 include/boost/math/special_functions/math_fwd.hpp
+24 −2 include/boost/math/tools/complex.hpp
+1 −0 include/boost/math/tools/config.hpp
+17 −0 test/cuda_jamfile
+19 −3 test/nvrtc_jamfile
+8 −0 test/sycl_jamfile
+119 −0 test/test_cyl_hankel_1_double.cu
+119 −0 test/test_cyl_hankel_1_float.cu
+199 −0 test/test_cyl_hankel_1_nvrtc_double.cpp
+199 −0 test/test_cyl_hankel_1_nvrtc_float.cpp
+119 −0 test/test_cyl_hankel_2_double.cu
+119 −0 test/test_cyl_hankel_2_float.cu
+199 −0 test/test_cyl_hankel_2_nvrtc_double.cpp
+199 −0 test/test_cyl_hankel_2_nvrtc_float.cpp
+11 −0 test/test_expint.cpp
+7 −1 test/test_expint.hpp
+106 −0 test/test_expint_double.cu
+106 −0 test/test_expint_float.cu
+190 −0 test/test_expint_nvrtc_double.cpp
+190 −0 test/test_expint_nvrtc_float.cpp
+125 −0 test/test_gegenbauer_double.cu
+124 −0 test/test_gegenbauer_float.cu
+190 −0 test/test_gegenbauer_nvrtc_double.cpp
+190 −0 test/test_gegenbauer_nvrtc_float.cpp
+6 −1 test/test_hankel.cpp
+8 −1 test/test_hermite.cpp
+6 −0 test/test_hermite.hpp
+120 −0 test/test_hermite_double.cu
+120 −0 test/test_hermite_float.cu
+190 −0 test/test_hermite_nvrtc_double.cpp
+190 −0 test/test_hermite_nvrtc_float.cpp
+119 −0 test/test_sph_hankel_1_double.cu
+119 −0 test/test_sph_hankel_1_float.cu
+199 −0 test/test_sph_hankel_1_nvrtc_double.cpp
+199 −0 test/test_sph_hankel_1_nvrtc_float.cpp
+119 −0 test/test_sph_hankel_2_double.cu
+119 −0 test/test_sph_hankel_2_float.cu
+199 −0 test/test_sph_hankel_2_nvrtc_double.cpp
+199 −0 test/test_sph_hankel_2_nvrtc_float.cpp

0 comments on commit 2559798

Please sign in to comment.