|
__hydra_host__ __hydra_device__ double | hydra::bessel_i (const int n, const double x) |
| Modified Bessel function of first kind and order n. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_i0 (const double x) |
| Modified Bessel function of first kind and order 0. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_i1 (const double x) |
| Modified Bessel function of first kind and order 1. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_j (const int n, const double x) |
| Bessel function of first kind and order n. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_j0 (const double x) |
| Bessel function of first kind and order 0. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_j1 (const double x) |
| Bessel function of first kind and order 1. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_k (const int n, const double x) |
| Modified Bessel function of second kind and order n. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_k0 (const double x) |
| Modified Bessel function of second kind and order 0. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_k1 (const double x) |
| Modified Bessel function of second kind and order 1. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_y (const int n, const double x) |
| Bessel function of second kind and order n. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_y0 (const double x) |
| Bessel function of second kind and order 0. More...
|
|
__hydra_host__ __hydra_device__ double | hydra::bessel_y1 (const double x) |
| Bessel function of second kind and order 1. More...
|
|