Developer documentation
Version 3.0.3-105-gd3941f44
MR::Math::Bessel Namespace Reference

Functions

template<typename T >
I0_scaled (const T x)
 
template<typename T >
I1_scaled (const T x)
 

Variables

const double coef_aI0 []
 
const double coef_bI0 []
 
const double coef_cI0 []
 
const double coef_aI1 []
 
const double coef_bI1 []
 
const double coef_cI1 []
 

Function Documentation

◆ I0_scaled()

template<typename T >
T MR::Math::Bessel::I0_scaled ( const T  x)
inline

Implementation based on the GSL (http://www.gnu.org/software/gsl/)

Definition at line 42 of file bessel.h.

◆ I1_scaled()

template<typename T >
T MR::Math::Bessel::I1_scaled ( const T  x)
inline

Implementation based on the GSL (http://www.gnu.org/software/gsl/)

Definition at line 53 of file bessel.h.

Variable Documentation

◆ coef_aI0

const double MR::Math::Bessel::coef_aI0[]
extern

◆ coef_aI1

const double MR::Math::Bessel::coef_aI1[]
extern

◆ coef_bI0

const double MR::Math::Bessel::coef_bI0[]
extern

◆ coef_bI1

const double MR::Math::Bessel::coef_bI1[]
extern

◆ coef_cI0

const double MR::Math::Bessel::coef_cI0[]
extern

◆ coef_cI1

const double MR::Math::Bessel::coef_cI1[]
extern