BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
Bessel.h File Reference

Defines Bessel functions in namespace Math. More...

Include dependency graph for Bessel.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Defines Bessel functions in namespace Math.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file Bessel.h.

Macro Definition Documentation

◆ BORNAGAIN_BASE_MATH_BESSEL_H

#define BORNAGAIN_BASE_MATH_BESSEL_H

Definition at line 21 of file Bessel.h.