-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Wishlist #303
Comments
|
|
Friends, if you don't mind, I'm going to clean up this thread since it kinda got off topic and many of the off-topic issues have been resolved. |
|
@octopus-prime : Yup. Also that reminds me: Jenkins-Traub. |
Did you notice recent discussion about FFT in mailing list? I think it would be great if math supported FFT for all multiprecision types, especially quad-double, which is currently in the works. And please note that it's not possible to use libfftw as a backend for quad-double. |
first and second derivative for interpolations (exist sometimes) |
I think every interpolator has the first derivative implemented. Second derivatives of the quintic B-spline are implemented. Other interpolators have the wrong spectral properties and perform poorly on second derivatives. 2D interpolation is coming! (Akima + pchip) |
@cosurgi : Totally agree it would be useful, but I really like FFTW and it satisfies all my needs, so other things are a higher priority. I don't know who has the skillset to take on such a difficult task . . . |
|
From discussion with the SciPy Maintainers:
|
What else is a natural fit for the library, and is useful?
The text was updated successfully, but these errors were encountered: