XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions

Functions

double besi0 (double x)
 Modified Bessel functions of the first kind of order zero I0(x)
 
double besi0e (double x)
 Modified Bessel functions of the first kind of order zero I0(x) (exponentially scaled)
 
double besi1 (double x)
 Modified Bessel functions of the first kind of order one I1(x)
 
double besi1e (double x)
 Modified Bessel functions of the first kind of order one I1(x) (exponentially scaled)
 
double besin (int n, double x)
 Modified Bessel function of the first kind of order n In(x)
 
double besind (int n, double x)
 Derivative I'n(x) of modified Bessel function of the first kind of order n In(x)
 
double besinu (double nu, double x)
 Modified Bessel function of the first kind of order ν Iν(x) (fractional order)
 
double besinud (double nu, double x)
 Derivative I'ν(x) of modified Bessel function of the first kind of order ν Iν(x) (fractional order)
 
double besk0 (double x)
 Modified Bessel functions of the second kind of order zero K0(x)
 
double besk0e (double x)
 Modified Bessel functions of the second kind of order zero K0(x) (exponentially scaled)
 
double besk1 (double x)
 Modified Bessel functions of the second kind of order one K1(x)
 
double besk1e (double x)
 Modified Bessel functions of the second kind of order one K1(x) (exponentially scaled)
 
double beskn (int n, double x)
 Modified Bessel function of the second kind of order n Kn(x)
 
double besknd (int n, double x)
 Derivative K'n(x) of modified Bessel function of the second kind of order n Kn(x)
 
double besknu (double nu, double x)
 Modified Bessel function of the second kind of order ν Kν(x) (fractional order)
 
double besknud (double nu, double x)
 Derivative K'ν(x) of modified Bessel function of the second kind of order ν Kν(x) (fractional order)
 
void cbesi (doublecomplex z, double nu, int kode, int n, doublecomplex y[], int *info)
 Sequence of the modified Bessel functions of the first kind Iν(z) (fractional order) (complex argument)
 
void cbesk (doublecomplex z, double nu, int kode, int n, doublecomplex y[], int *info)
 Sequence of the modified Bessel functions of the second kind Kν(z) (fractional order) (complex argument)
 
double sbesin (int n, double x)
 Modified spherical Bessel function of the first kind in(x)
 
double sbesinu (double nu, double x)
 Modified spherical Bessel function of the first kind of order ν iν(x) (fractional order)
 
double sbeskn (int n, double x)
 Modified spherical Bessel function of the second kind kn(x)
 
double sbesknu (double nu, double x)
 Modified spherical Bessel function of the second kind of order ν kν(x) (fractional order)
 

Detailed Description

This is the group of C10b. Modified Bessel functions.