Namespaces

Types

Type SplineInterpolation

Namespace MathNet.Numerics.Interpolation.Algorithms

Interfaces IInterpolationMethod

Methods

Properties

Public instance methods

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

Parameters
return double
double t
Double& first
Double& second

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

void Init(IList<double> t, IList<double> c)

Parameters
IList<double> t
IList<double> c

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.

string ToString()

Parameters
return string

Public properties

bool SupportsDifferentiation get;

True if the alorithm supports differentiation.
return bool

bool SupportsIntegration get;

True if the alorithm supports integration.
return bool