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 17, 2024
1 parent 4daf1ec commit d406c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/math
Submodule math updated 73 files
+3 −2 doc/overview/gpu.qbk
+20 −20 doc/sf/ellint_carlson.qbk
+36 −36 doc/sf/ellint_legendre.qbk
+29 −23 include/boost/math/special_functions/airy.hpp
+5 −5 include/boost/math/special_functions/atanh.hpp
+33 −32 include/boost/math/special_functions/ellint_1.hpp
+37 −32 include/boost/math/special_functions/ellint_2.hpp
+12 −10 include/boost/math/special_functions/ellint_3.hpp
+12 −9 include/boost/math/special_functions/ellint_d.hpp
+6 −6 include/boost/math/special_functions/ellint_rc.hpp
+19 −14 include/boost/math/special_functions/ellint_rd.hpp
+12 −11 include/boost/math/special_functions/ellint_rf.hpp
+11 −12 include/boost/math/special_functions/ellint_rg.hpp
+74 −42 include/boost/math/special_functions/ellint_rj.hpp
+14 −8 include/boost/math/special_functions/heuman_lambda.hpp
+6 −4 include/boost/math/special_functions/jacobi_zeta.hpp
+85 −69 include/boost/math/special_functions/math_fwd.hpp
+1 −0 include/boost/math/tools/config.hpp
+1 −1 include/boost/math/tools/workaround.hpp
+22 −0 test/cuda_jamfile
+23 −0 test/nvrtc_jamfile
+8 −0 test/sycl_jamfile
+12 −0 test/test_airy.cpp
+100 −0 test/test_airy_ai_double.cu
+100 −0 test/test_airy_ai_float.cu
+190 −0 test/test_airy_ai_nvrtc_double.cpp
+190 −0 test/test_airy_ai_nvrtc_float.cpp
+100 −0 test/test_airy_ai_prime_double.cu
+100 −0 test/test_airy_ai_prime_float.cu
+190 −0 test/test_airy_ai_prime_nvrtc_double.cpp
+190 −0 test/test_airy_ai_prime_nvrtc_float.cpp
+100 −0 test/test_airy_bi_double.cu
+100 −0 test/test_airy_bi_float.cu
+190 −0 test/test_airy_bi_nvrtc_double.cpp
+190 −0 test/test_airy_bi_nvrtc_float.cpp
+100 −0 test/test_airy_bi_prime_double.cu
+100 −0 test/test_airy_bi_prime_float.cu
+190 −0 test/test_airy_bi_prime_nvrtc_double.cpp
+190 −0 test/test_airy_bi_prime_nvrtc_float.cpp
+7 −0 test/test_ellint_1.cpp
+6 −0 test/test_ellint_1.hpp
+106 −0 test/test_ellint_1_double.cu
+100 −0 test/test_ellint_1_float.cu
+190 −0 test/test_ellint_1_nvrtc_double.cpp
+190 −0 test/test_ellint_1_nvrtc_float.cpp
+7 −0 test/test_ellint_2.cpp
+9 −0 test/test_ellint_2.hpp
+100 −0 test/test_ellint_2_double.cu
+100 −0 test/test_ellint_2_float.cu
+190 −0 test/test_ellint_2_nvrtc_double.cpp
+190 −0 test/test_ellint_2_nvrtc_float.cpp
+104 −0 test/test_ellint_3_double.cu
+104 −0 test/test_ellint_3_float.cu
+190 −0 test/test_ellint_3_nvrtc_double.cpp
+190 −0 test/test_ellint_3_nvrtc_float.cpp
+3 −0 test/test_ellint_d.cpp
+8 −0 test/test_ellint_d.hpp
+104 −0 test/test_ellint_d_double.cu
+104 −0 test/test_ellint_d_float.cu
+190 −0 test/test_ellint_d_nvrtc_double.cpp
+190 −0 test/test_ellint_d_nvrtc_float.cpp
+3 −0 test/test_heuman_lambda.cpp
+6 −0 test/test_heuman_lambda.hpp
+120 −0 test/test_heuman_lambda_double.cu
+120 −0 test/test_heuman_lambda_float.cu
+190 −0 test/test_heumann_lambda_nvrtc_double.cpp
+190 −0 test/test_heumann_lambda_nvrtc_float.cpp
+3 −0 test/test_jacobi_zeta.cpp
+6 −0 test/test_jacobi_zeta.hpp
+120 −0 test/test_jacobi_zeta_double.cu
+120 −0 test/test_jacobi_zeta_float.cu
+190 −0 test/test_jacobi_zeta_nvrtc_double.cpp
+190 −0 test/test_jacobi_zeta_nvrtc_float.cpp

0 comments on commit d406c62

Please sign in to comment.