Namespaces

Types

Type IInterpolationAlgorithm

Namespace MathNet.Numerics.Interpolation

Methods

Properties

Public instance methods

double Extrapolate(double t)

Extrapolate at point t.
Parameters
return double
double t

double Interpolate(double t, Double& error)

Parameters
return double
double t
Double& error

double Interpolate(double t)

Interpolate at point t.
Parameters
return double
double t

void Prepare(SampleList samples)

Precompute/optimize the algoritm for the given sample set.
Parameters
SampleList samples

Public properties

int EffectiveOrder get;

Effective interpolation order.
return int

int MaximumOrder get; set;

Maximum interpolation order.
return int

bool SupportErrorEstimation get;

True if the alorithm supports error estimation.
return bool