Updated LICENSE, NOTICE files with netlib attributions for BesselJ. JIRA: MATH-1066.

This commit is contained in:
Phil Steitz 2014-12-16 08:54:42 -07:00
parent 75872ffe9b
commit f9125d0b87
2 changed files with 35 additions and 0 deletions

View File

@ -439,3 +439,10 @@ an adapted version of code developed in the context of the Data Processing
and Analysis Consortium (DPAC) of the "Gaia" project of the European Space
Agency (ESA).
===============================================================================
The initial commit of the class "org.apache.commons.math3.special.BesselJ" is
an adapted version of code translated from the netlib Fortran program, rjbesl
http://www.netlib.org/specfun/rjbesl by R.J. Cody at Argonne National
Laboratory (USA). There is no license or copyright statement included with the
original Fortran sources.
===============================================================================

View File

@ -78,6 +78,34 @@ Copyright (c) 2008, Frances Y. Kuo and Stephen Joe
All rights reserved.
===============================================================================
The initial commit of the class "org.apache.commons.math3.special.BesselJ" is
an adapted version of code translated from the netlib Fortran program, rjbesl
http://www.netlib.org/specfun/rjbesl. The Fortran source includes the
following Acknowledgement
This program is based on a program written by David J. Sookne
(2) that computes values of the Bessel functions J or I of real
argument and integer order. Modifications include the restriction
of the computation to the J Bessel function of non-negative real
argument, the extension of the computation to arbitrary positive
order, and the elimination of most underflow.
References: "A Note on Backward Recurrence Algorithms," Olver,
F. W. J., and Sookne, D. J., Math. Comp. 26, 1972,
pp 941-947.
"Bessel Functions of Real Argument and Integer Order,"
Sookne, D. J., NBS Jour. of Res. B. 77B, 1973, pp
125-132.
Latest modification: March 19, 1990
Author: W. J. Cody
Applied Mathematics Division
Argonne National Laboratory
Argonne, IL 60439 by R.J. Cody at Argonne National
===============================================================================
The complete text of licenses and disclaimers associated with the the original
sources enumerated above at the time of code translation are in the LICENSE.txt