IComplex |
Name | Description | |
---|---|---|
Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) | Sets the interpolation data by providing values for x and y. Both vectors must be of equal length. | |
Interpolate(IReadOnlyListDouble, IReadOnlyListComplex, IReadOnlyListComplex) | Sets the interpolation data by providing values for x and y. Both vectors must be of equal length. | |
Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) | This call is only supported if IsSupportingSeparateXForRealAndImaginaryPart is returning true. Sets the interpolation data by providing values for xreal and yreal (both of same length), as well as for ximag and yimag (both also of same length, but length can be different from real pair). |