Add GPU support to bessel_i0
Add CUDA and NVRTC testing
Add GPU support to bessel_i1
Add CUDA and NVRTC testing of bessel_i1
Add tgamma1pm1 NVRTC impl
Add GPU support to iconv
Add GPU test to bessel_ik
Add SYCL testing of complete bessel_i
Add GPU support to bessel_j0
Ignore BOOST_MATH_INSTRUMENT_VARIABLE on NVRTC
Add bessel J0 CUDA and NVRTC testing
Add GPU support to bessel_j1
Add bessel j1 CUDA and NVRTC testing
Add GPU support to bessel jn and jy
Add SYCL bessel j testing
Add bessel_k0 GPU support
Add bessel_k0 CUDA and NVRTC testing
Add GPU support to bessel_k1
Add bessel_k1 CUDA and NVRTC testing
Add GPU support to bessel_kn
Add bessel_kn CUDA and NVRTC testing
Add SYCL testing of complete bessel_k
Make newton-rhapson GPU compatible
Make the completed bessel functions GPU compatible
Add SYCL bessel y testing
Apply changes for non-empty policy on CUDA
Add NVCC cyl_bessel_i testing
Add GPU support to sinc
Add GPU support to series functions
Add GPU support to bessel_jy_zero
Add array helper type
Make hypot GPU safe
Make bessel_yX GPU capable
Add bessel_y0 and bessel_y1 CUDA testing
Add nvrtc testing of bessel_y0 and bessel_y1
Fix macros
Add missing header
Add missing header
Markup iconv
Add iround for NVRTC
Add tgamma1pm1 with policy overload for NVRTC
Disable header
Fix factorial support for CUDA platforms
Add definition of bessel traits
Add cyl_bessel_i NVRTC testing
Fix cyl_bessel_jy warnings
Fix CUDA forward declarations
Fix maybe-unused variable warning
Add CUDA cyl_bessel_j testing
Add sign overload for lgamma
Fix warnings
Add NVRTC cyl_bessel_j testing
Add NVCC sph_bessel testing
Add NVRTC testing of sph_bessel
Add NVRTC testing of cyl_bessel_k
Add NVCC testing of cyl_bessel_k
Add NVCC testing of cyl_neumann
Add NVRTC cyl_neumann testing
Add NVRTC sph_neumann testing
Add NVCC sph_neumann testing
* Remove unused dead code.
* Improve and centralise asymptotic selection.
* Reorder algorithm selection in bessel_jy.
* Allow use of integer algorithms for arbitrary order - they're no slower than Steeds method which is also O(n).
[SVN r82816]