Click or drag to resize

PolyharmonicSplineConstruct Method

Overload List
 NameDescription
Public methodConstruct(IReadOnlyListDouble, IReadOnlyListDouble) Constructs the interpolation (1 dimensional). The values and the corresponding coordinates of the values are given in separate vectors.
Public methodConstruct(IReadOnlyListDouble, IReadOnlyListDouble) Constructs the interpolation (any dimension). The values and the corresponding coordinates of the values are given in separate vectors.
Public methodConstruct(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) Constructs the interpolation (2 dimensional). The values and the corresponding coordinates of the values are given in separate vectors.
Public methodConstruct(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) Constructs the interpolation (3 dimensional). The values and the corresponding coordinates of the values are given in separate vectors.
Top
See Also