extrapolation_tableqelg Method |
Perform the qelg extrapolation on the table and compute an improved result and error estimate.
Implements the algorithm used by QUADPACK/GSL to accelerate convergence when possible.
Namespace: Altaxo.Calc.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void qelg(
out double result,
out double abserr
)
Parameters
- result Double
- Extrapolated result (output).
- abserr Double
- Estimated absolute error for result (output).
See Also