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?


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?)


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