gsl_inte_singular::extrapolation_table Struct Reference

A structure for extrapolation for gsl_inte_qags. More...

#include <gsl_inte_qag_b.h>


Detailed Description

template<class param_t, class func_t>
struct gsl_inte_singular< param_t, func_t >::extrapolation_table

A structure for extrapolation for gsl_inte_qags.

Idea for future:
Move this to a new class, with qelg() as a method

Definition at line 743 of file gsl_inte_qag_b.h.


Data Fields

size_t n
 Index of new element in the first column.
double rlist2 [52]
 Lower diagonals of the triangular epsilon table.
size_t nres
 Number of calls.
double res3la [3]
 Three most recent results.

The documentation for this struct was generated from the following file:

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page