Namespaces

Types

Type IInterpolationMethod

Namespace MathNet.Numerics.Interpolation

Methods

Properties

Public instance methods

double Differentiate(double t, Double& first, Double& second)

Parameters
return double
double t
Double& first
Double& second

double Integrate(double t)

Definite Integrate up to point t.
Parameters
return double
double t Right bound of the integration interval [a,t].

double Interpolate(double t)

Interpolate at point t.
Parameters
return double
double t Point t to interpolate at.

Public properties

bool SupportsDifferentiation get;

True if the alorithm supports differentiation.
return bool

bool SupportsIntegration get;

True if the alorithm supports integration.
return bool