Click or drag to resize

BivariateAkimaSplineInterpolate Method

Overload List
 NameDescription
Public methodStatic memberInterpolate(Double, Double, Double, Double, Double, Double) Interpolates a list of points (u, v) and stores results into w.
Public methodStatic memberInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, IROMatrixDouble, IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble) Interpolates a list of points (u, v) and stores results into w.
Public methodStatic memberInterpolate(Double, Double, Double, Double, Double, Double, Double, Double) Interpolates a list of points (u, v) and stores results into w. Also computes the first partial derivatives which are stored in dwdx and dwdy.
Public methodStatic memberInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, IROMatrixDouble, IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble, IVectorDouble, IVectorDouble) Interpolates a list of points (u, v) and stores results into w. Also computes the first partial derivatives which are stored in dwdx and dwdy.
Top
See Also