BicubicCo | Calculates the coefficients of the bicubic interpolation polynomial for the rectangular grid cell under consideration. |
BicubicInter | Evaluates the value and derivatives parallel to the axis of the grid cell of the bicubic interpolation evaluated at a given point. |
BicubicInterpolation | Evaluates the value and derivatives parallel to the axis of the grid cell's axis of the bicubic interpolation evaluated at a given point. |
BicubicSpline | Returns the value at a given point of the interpolation function obtained by the bicubic spline interpolation method applied to a function of two independent variables which is known at certain tabulation points. |
BicubicSplinePre | Evaluates the value of the bicubic interpolation function at a given point. |
CoeffInterPoly | Evaluates the coefficients of the interpolating polynomial in 1 variable when the polynomial is known as a set of tabulation points. |
CubicSpline | Calculates the value of the cubic spline interpolation of a function in one real variable at a given point when the derivatives of the interpolation function at the end points are given. |
CubicSpline2ndDiff | Calculates the second derivatives of the cubic spline interpolation polynomial at the given functions tabulation points when the first derivative at the boundary (equivalently the end points) is given. |
CubicSplinePre | Evaluates the cubic spline interpolation of a function at a point when the 2nd differentials at the tabulation points are known. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
InterFunc2ndDeriv | This method evaluates the 2nd derivatives in the direction of the 2nd coordinate of the grid over which the function of two variables is tabulated. |
InterPoly |
Interpolates (or extrapolates) a given polynomial in one variable using a polynomial of degree `n-1' when we are provided with `n' interpolation points.
|
Locate | This is a utility function which searches an monotonic sequence (with increasing or decreasing elements) using the bisection method and returns the relative position within the sequence. |
LocateHunt | This is a utility function which searches an ordered monotonic sequence and returns the relative position within the sequence using a method which combines the hunt and Bisection method. |
RationalInter | Evaluates the value and the corresponding error estimate at a given point of the rational interpolation (or extrapolation) function where the function on the denominator and numerator are functions of the same single variable. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
Inter Class | Interpolation Namespace