Repository: commons-math Updated Branches: refs/heads/master 75872ffe9 -> f9125d0b8
Updated LICENSE, NOTICE files with netlib attributions for BesselJ. JIRA: MATH-1066. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f9125d0b Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f9125d0b Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/f9125d0b Branch: refs/heads/master Commit: f9125d0b87e6dcfde5c60d64c1e3ee390e65dfb1 Parents: 75872ff Author: Phil Steitz <phil.ste...@gmail.com> Authored: Tue Dec 16 08:54:42 2014 -0700 Committer: Phil Steitz <phil.ste...@gmail.com> Committed: Tue Dec 16 08:54:42 2014 -0700 ---------------------------------------------------------------------- LICENSE.txt | 7 +++++++ NOTICE.txt | 28 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/f9125d0b/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index 5fba36d..d62494a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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. +=============================================================================== http://git-wip-us.apache.org/repos/asf/commons-math/blob/f9125d0b/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index 6a6ac87..91640d4 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -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