help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] Does anybody know how to use FFT to compute numerical int


From: Evgeny Kurbatov
Subject: Re: [Help-gsl] Does anybody know how to use FFT to compute numerical integration?
Date: Thu, 28 Jun 2007 15:57:50 +0400
User-agent: Icedove 1.5.0.12 (X11/20070607)

The sufficient example of interpolation is on
http://www.gnu.org/software/gsl/manual/html_node/Interpolation.html

But you can realize your own minimal and efficient linear interpolation
on the grid with given mappings v(i) and i(v).  If the mapping i(v) is
known, you will not need for lookup of index 'i' by variable 'v', so it
will be fast...

Michael wrote:
> It doesn't seem to be efficient to me? Will the interpolation be fast?
> How do you handle it? Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]