At Sun, 13 Dec 2009 17:49:28 -0600, Rhys Ulerich wrote: > Attached is a patch adding Richardson extrapolation routines, tests, > documentation, and an example. Please let me know if I can answer any > questions.
Thanks, I have tested it out. One question: it looks like this extrapolates a vector quantity. For simplicity, would it make sense to work with scalars as in the gsl_sum routines -- since presumably that is the common case -- or is there some application where vector extrapolation is unavoidable? (could each component can be extrapolated independently?)
