C# Класс YAMP.Numerics.NewtonInterpolation

The Newton polynomial interpolation method.
Наследование: Interpolation
Показать файл Открыть проект

Открытые методы

Метод Описание
ComputeValue ( double t ) : double

Computes a value f(t) at t.

NewtonInterpolation ( MatrixValue vector ) : System

Creates a new instance.

Описание методов

ComputeValue() публичный Метод

Computes a value f(t) at t.
public ComputeValue ( double t ) : double
t double The t value.
Результат double

NewtonInterpolation() публичный Метод

Creates a new instance.
public NewtonInterpolation ( MatrixValue vector ) : System
vector YAMP.MatrixValue The Nx2 vector with the samples.
Результат System