Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
ROOT::Math::KelvinFunctions Class Reference

This class calculates the Kelvin functions Ber(x), Bei(x), Ker(x), Kei(x), and their first derivatives.

Definition at line 38 of file KelvinFunctions.h.

Public Member Functions

virtual ~KelvinFunctions ()
 

Static Public Member Functions

static double Bei (double x)
 
static double Ber (double x)
 
static double DBei (double x)
 
static double DBer (double x)
 
static double DKei (double x)
 
static double DKer (double x)
 
static double F1 (double x)
 
static double F2 (double x)
 
static double G1 (double x)
 
static double G2 (double x)
 
static double Kei (double x)
 
static double Ker (double x)
 
static double M (double x)
 
static double N (double x)
 
static double Phi (double x)
 
static double Theta (double x)
 

Static Protected Attributes

static double fgEpsilon = 1.e-20
 
static double fgMin = 20
 

#include <Math/KelvinFunctions.h>

Constructor & Destructor Documentation

◆ ~KelvinFunctions()

virtual ROOT::Math::KelvinFunctions::~KelvinFunctions ( )
inlinevirtual

Definition at line 63 of file KelvinFunctions.h.

Member Function Documentation

◆ Bei()

static double ROOT::Math::KelvinFunctions::Bei ( double  x)
static

◆ Ber()

static double ROOT::Math::KelvinFunctions::Ber ( double  x)
static

◆ DBei()

static double ROOT::Math::KelvinFunctions::DBei ( double  x)
static

◆ DBer()

static double ROOT::Math::KelvinFunctions::DBer ( double  x)
static

◆ DKei()

static double ROOT::Math::KelvinFunctions::DKei ( double  x)
static

◆ DKer()

static double ROOT::Math::KelvinFunctions::DKer ( double  x)
static

◆ F1()

static double ROOT::Math::KelvinFunctions::F1 ( double  x)
static

◆ F2()

static double ROOT::Math::KelvinFunctions::F2 ( double  x)
static

◆ G1()

static double ROOT::Math::KelvinFunctions::G1 ( double  x)
static

◆ G2()

static double ROOT::Math::KelvinFunctions::G2 ( double  x)
static

◆ Kei()

static double ROOT::Math::KelvinFunctions::Kei ( double  x)
static

◆ Ker()

static double ROOT::Math::KelvinFunctions::Ker ( double  x)
static

◆ M()

static double ROOT::Math::KelvinFunctions::M ( double  x)
static

◆ N()

static double ROOT::Math::KelvinFunctions::N ( double  x)
static

◆ Phi()

static double ROOT::Math::KelvinFunctions::Phi ( double  x)
static

◆ Theta()

static double ROOT::Math::KelvinFunctions::Theta ( double  x)
static

Member Data Documentation

◆ fgEpsilon

double ROOT::Math::KelvinFunctions::fgEpsilon = 1.e-20
staticprotected

Definition at line 68 of file KelvinFunctions.h.

◆ fgMin

double ROOT::Math::KelvinFunctions::fgMin = 20
staticprotected

Definition at line 67 of file KelvinFunctions.h.


The documentation for this class was generated from the following files: