![]() |
Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
Go to the source code of this file.
Namespaces | |
| hydra | |
| Generic policies definition. | |
Macros | |
| #define | BESSEL_ACC 100.0 |
| #define | BESSEL_BIGNI 1.0e-10 |
| #define | BESSEL_BIGNO 1.0e10 |
Functions | |
| __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... | |
| #define BESSEL_ACC 100.0 |
| #define BESSEL_BIGNI 1.0e-10 |
| #define BESSEL_BIGNO 1.0e10 |