IInterpolation Interface |
public interface IInterpolation
The IInterpolation type exposes the following members.
Name | Description | |
---|---|---|
![]() | SupportsDifferentiation | Gets a value indicating whether the algorithm supports differentiation (interpolated derivative). |
![]() | SupportsIntegration | Gets a value indicating whether the algorithm supports integration (interpolated quadrature). |
Name | Description | |
---|---|---|
![]() | Differentiate | Differentiate at point t. |
![]() | Differentiate2 | Differentiate twice at point t. |
![]() | Integrate(Double) | Indefinite integral at point t. |
![]() | Integrate(Double, Double) | Definite integral between points a and b. |
![]() | Interpolate | Interpolate at point t. |