OpenCMISS-Iron Internal API Documentation
maths::k0 Interface Reference

Calculates the modified Bessel function of the second kind of order 0 using the approximation of Abromowitz and Stegun. More...

Private Member Functions

pure real(dp) function k0dp (x)
 Calculates the modified Bessel function of the second kind of order 1 using the approximation of Abromowitz and Stegun, for a double precision argument. More...
 
pure real(sp) function k0sp (x)
 Calculates the modified Bessel function of the second kind of order 0 using the approximation of Abromowitz and Stegun, for a single precision argument. More...
 

Detailed Description

Calculates the modified Bessel function of the second kind of order 0 using the approximation of Abromowitz and Stegun.

Definition at line 137 of file maths.f90.

Member Function/Subroutine Documentation

pure real(dp) function maths::k0::k0dp ( real(dp), intent(in)  x)
private

Calculates the modified Bessel function of the second kind of order 1 using the approximation of Abromowitz and Stegun, for a double precision argument.

Parameters
[in]xThe value to evaluate the function at

Definition at line 1630 of file maths.f90.

pure real(sp) function maths::k0::k0sp ( real(sp), intent(in)  x)
private

Calculates the modified Bessel function of the second kind of order 0 using the approximation of Abromowitz and Stegun, for a single precision argument.

Parameters
[in]xThe value to evaluate the function at

Definition at line 1677 of file maths.f90.