API Documentation
Interpolation of 1D, 2D, or 3D data
|
Convenience class for representing a 1D interpolated function. |
|
Convenience class for representing a 2D interpolated function. |
|
Convenience class for representing a 3D interpolated function. |
scipy.interpolate-like classes
These classes implement most of the functionality of the SciPy classes with the same names, except where noted in the documentation.
|
Akima interpolator. |
|
Piecewise-cubic interpolator matching values and first derivatives. |
|
Cubic spline data interpolator. |
|
PCHIP 1-D monotonic cubic interpolation. |
|
Piecewise polynomial in terms of coefficients and breakpoints. |
Functional interface for 1D, 2D, 3D interpolation
|
Interpolate a 1d function. |
|
Interpolate a 2d function. |
|
Interpolate a 3d function. |
Fourier interpolation of periodic functions in 1D and 2D
|
Interpolation of a 1d periodic function via FFT. |
|
Interpolation of a 2d periodic function via FFT. |
Approximating first derivatives for cubic splines
|
Approximates first derivatives using cubic spline interpolation. |