CMS 3D CMS Logo

HankelFunction.h
Go to the documentation of this file.
1 /*
2 
3 Nikolai Amelin, Ludmila Malinina, Timur Pocheptsov (C) JINR/Dubna
4 amelin@sunhe.jinr.ru, malinina@sunhe.jinr.ru, pocheptsov@sunhe.jinr.ru
5 November. 2, 2005
6 
7 */
8 
9 #ifndef HANKELFUNCTION_INCLUDED
10 #define HANKELFUNCTION_INCLUDED
11 
12 #include <Rtypes.h>
13 
14 double HankelK0(double x);
15 double HankelK1(double x);
16 // compute modified Hankel function of the second,...,order
17 double HankelKn(int n, double x);
18 
19 #endif
double HankelK0(double x)
double HankelKn(int n, double x)
double HankelK1(double x)