Standard Integral Transforms (fftl.transforms)#

The fftl.transforms module provides Python implementations for a number of standard integral transforms.

Note

The fftl.transforms module requires the scipy package.

The integral transforms generally accept the same arguments as the fftl() routine, except that the coefficient function u is replaced by the parameters of the integral transforms.

List of transforms#

hankel

Hankel transform

laplace

Laplace transform

sph_hankel

Hankel transform with spherical Bessel functions

stieltjes

Generalised Stieltjes transform