[SciPy-User] faster interpolations (interp1d)

James McCormac jmccormac01 at qub.ac.uk
Wed Feb 16 23:54:33 EST 2011


Hi Guys,
Is there a faster way to do 1d interpolations in scipy. I am using
interp1d "quadratic" which is already a fair bit quicker than the cubic
interpolation. On small arrays <300 elements its fast enough but when I go
beyond 500+ it stars to become more noticeable.

I need to use at least a quadratic type interpolation and was wondering if
there are any tricks.

Cheers
James





More information about the SciPy-User mailing list