[Scipy-svn] r5373 - trunk/scipy/special

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Jan 7 18:39:29 EST 2009


Author: fperez
Date: 2009-01-07 17:39:27 -0600 (Wed, 07 Jan 2009)
New Revision: 5373

Modified:
   trunk/scipy/special/orthogonal.py
Log:
Add bibliographical references contributed by Alan Isaac after discussion of
origins of the algorithm on the mailing list.


Modified: trunk/scipy/special/orthogonal.py
===================================================================
--- trunk/scipy/special/orthogonal.py	2009-01-07 18:58:51 UTC (rev 5372)
+++ trunk/scipy/special/orthogonal.py	2009-01-07 23:39:27 UTC (rev 5373)
@@ -34,9 +34,8 @@
 P_0(x) = 1
 P_-1(x) == 0
 
-For a more detailed discussion see Numerical Recipies in C (p. 156) and
-Abramowitz and Stegun (p. 774, 782); while our implementation differs, the
-algorithm and formulas are similar.
+For the mathematical background, see [golub.welsch-1969-mathcomp]_ and
+[abramowitz.stegun-1965]_.
 
 Functions:
 
@@ -56,6 +55,17 @@
   p_roots                -- Legendre
   ps_roots               -- Shifted Legendre
   l_roots                -- Laguerre
+
+
+.. [golub.welsch-1969-mathcomp]
+   Golub, Gene H, and John H Welsch. 1969. Calculation of Gauss
+   Quadrature Rules. *Mathematics of Computation* 23, 221-230+s1--s10.
+
+.. [abramowitz.stegun-1965]
+   Abramowitz, Milton, and Irene A Stegun. (1965) *Handbook of
+   Mathematical Functions: with Formulas, Graphs, and Mathematical
+   Tables*. Gaithersburg, MD: National Bureau of Standards.
+   http://www.math.sfu.ca/~cbm/aands/
 """
 
 # Scipy imports.




More information about the Scipy-svn mailing list