This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where a generalized Richardson extrapolation routine would fit in GSL?


Attached is a patch adding Richardson extrapolation routines, tests,
documentation, and an example.  Please let me know if I can answer any
questions.

> The closest routines are in sum/ but that's not an ideal name so we
> can just create a new extrap/ directory for it.

The routines sit in gsl_extrap.h and build under extrap/.  I included
the documentation under sum.texi as part of the Series Acceleration
chapter.  The technique's math fits there more closely than anywhere
else.

- Rhys

Attachment: 0001-Added-Richardson-extrapolation-tests-and-docs.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]