| Class | Description |
|---|---|
| HPUsenet |
"The method used by the HP calcs..." From: JEEjohn (John Edry) http://groups.google.com/ |
| LajTrapezoidal | The simplest (useful) integration algorithm... |
| NR | Algorithms from Numerical Recipes. |
| Romberg | Original source code: rom_int.c in NUMLIBC Welcome to the NUMLIBC library of numerical routines written in the programming language C. These routines are free, but for any damages caused by their use we do not have any responsibility. http://www.math.ntnu.no/num/nnm/Program/Numlibc/ |
| RombergBorland |
Original code: INTEGRAT.PAS, ROMBERG.PAS & TRAPEZOID.PAS from
"Turbo Pascal Numerical Methods ToolBox".
Copyright (c) 1986, 87 by Borland International, Inc. http://pascal.sources.ru/math/mathtool.htm |
| RombergKahan | Algorithms from NUMLIBC |
| TestFunctions | Functions for testing integration routines. |
| TestFunctionsHard |
Most functions are from: W.M. Kahan, "Handheld Calculator Evaluates Integrals,"
Hewlett-Packard Journal, August 1980, pp. 23-32.
http://www.cs.berkeley.edu/~wkahan/Math128/ |