[SciPy-User] RectBivariateSpline

Ralf Gommers ralf.gommers at googlemail.com
Tue Aug 30 08:11:18 EDT 2011


On Sun, Aug 28, 2011 at 1:48 PM, ali franco <ali.franco95 at gmail.com> wrote:

> Can RectBivariateSpline be used to calculated derivatives and integrals?


RectBivariateSpline has an "integral" method that should do what it says.
bisplev should be able to evaluate derivates for you, you can feed it the
RectBivariateSpline.tck attribute (which I just notice is undocumented). It
may be useful for BivariateSpline to grow a "derivative" method that does
this. A patch would be very welcome.

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20110830/f00ba5c8/attachment.html>


More information about the SciPy-User mailing list