Interpolation and Approximation
Routines
3.1 Curve and Surface Fitting with Splines
Weighted least-squares fitting by B-splines to discrete
One-Dimensional data is performed
SPLINE_FITTINGReturns a tensor product array result, given two arrays of
independent variable values
SURFACE_VALUESWeighted least-squares fitting by tensor product B-splines
to discrete two-dimensional data is performed
SURFACE_FITTING3.2 Cubic Spline Interpolation
Easy to use cubic spline routine
CSIEZDerivative end conditions
CSDEC3.3 Cubic Spline Evaluation and Integration
Evaluation of the derivative
CSDEREvaluation on a grid
CS1GD3.4 B-spline Interpolation
Easy to use spline routine
SPLEZOne-dimensional interpolation
BSINTKnot sequence given interpolation data
BSNAKOptimal knot sequence given interpolation data
BSOPKTwo-dimensional tensor product interpolation
BS2INThree-dimensional tensor product interpolation
BS3IN3.5 Spline Evaluation, Integration, and Conversion to Piecewise Polynomial
Given the B-spline Representation
Evaluation of the derivative
BSDEREvaluation on a grid
BS1GDOne-dimensional integration
BSITGTwo-dimensional evaluation
BS2VLTwo-dimensional evaluation of the derivative
BS2DRTwo-dimensional evaluation on a grid
BS2GDTwo-dimensional integration
BS2IGThree-dimensional evaluation
BS3VLThree-dimensional evaluation of the derivative
BS3DRThree-dimensional evaluation on a grid
BS3GDThree-dimensional integration
BS3IGConvert B-spline representation to piecewise polynomial
BSCPP3.6 Piecewise Polynomial
Evaluation of the derivative
PPDEREvaluation on a grid
PP1GD3.7 Quadratic Polynomial Interpolation Routines for Gridded Data
One-dimensional evaluation
QDVALOne-dimensional evaluation of the derivative
QDDERTwo-dimensional evaluation
QD2VLTwo-dimensional evaluation of the derivative
QD2DRThree-dimensional evaluation
QD3VLThree-dimensional evaluation of the derivative
QD3DR3.8 Multi-dimensional Interpolation
Akima’s surface fitting method
SURFMultidimensional interpolation and differentiation
SURFND3.9 Least-Squares Approximation
Splines with fixed knots
BSLSQSplines with variable knot
BSVLSSplines with linear constraints
CONFTTwo-dimensional tensor-product splines with fixed knots
BSLS2Three-dimensional tensor-product splines with fixed knots
BSLS33.10 Cubic Spline Smoothing
Smoothing by error detection
CSSEDSmoothing spline using cross-validation
CSSCV3.11 Rational L∞Approximation
Published date: 03/19/2020
Last modified date: 03/19/2020