README file for the program besselint.m

--------------------------------------------------------------------------

Authors: Joris Van Deun & Ronald Cools

Reference: Algorithm 858: Computing infinite range integrals of
           an arbitrary product of Bessel functions
           ACM Transactions on Mathematical Software, Vol 32, Nr. 4, 2006

Software revision date: November 6, 2006

-------------------------------------------------------------------------

Following files are included:

besselint.m
       Matlab function to compute the infinite range integral of an
       arbitrary product of Bessel functions.
       This script does not require special Matlab toolboxes.

igamma.m
       Implementation of the incomplete Gamma function for arbitrary
       complex arguments.

experiments.m
       Test program which demonstrates the use of besselint.m for
       several examples.

experiments.out
       Output of experiments.m.

gettGJ.m
       Simple test program to determine the relative efficiency of igamma
       compared to Matlab's besselj. Run this on your computer and
       replace the value in besselint.m to optimize the implementation.

COMPATIBILITY
       Some notes about backward compatibility with earlier Matlab
       and compatibility with Octave versions.

README
       This README file.
-------------------------------------------------------------------------
