|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines Bessel functions in namespace Math. More...
Go to the source code of this file.
Namespaces | |
| Math | |
| Various mathematical functions. | |
| Math::Bessel | |
| Real and complex Bessel functions. | |
Macros | |
| #define | BORNAGAIN_BASE_MATH_BESSEL_H |
Functions | |
| double | Math::Bessel::I0 (double x) |
| Modified Bessel function of the first kind and order 0. More... | |
| complex_t | Math::Bessel::J0 (const complex_t z) |
| Complex Bessel function of the first kind and order 0. More... | |
| double | Math::Bessel::J0 (double x) |
| Bessel function of the first kind and order 0. More... | |
| complex_t | Math::Bessel::J1 (const complex_t z) |
| Complex Bessel function of the first kind and order 1. More... | |
| double | Math::Bessel::J1 (double x) |
| Bessel function of the first kind and order 1. More... | |
| complex_t | Math::Bessel::J1c (const complex_t z) |
| Complex Bessel function J1(x)/x. More... | |
| double | Math::Bessel::J1c (double x) |
| Bessel function J1(x)/x. More... | |
Defines Bessel functions in namespace Math.
Definition in file Bessel.h.