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

Interpolation with the spline method.
Наследование: Interpolation
Показать файл Открыть проект Примеры использования класса

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

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

Computes a specific interpolated value f(x).

SplineInterpolation ( MatrixValue samples ) : System

Creates a new instance.

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

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

Computes a specific interpolated value f(x).
public ComputeValue ( double x ) : double
x double The value where to interpolate.
Результат double

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

Creates a new instance.
public SplineInterpolation ( MatrixValue samples ) : System
samples YAMP.MatrixValue The Nx2 matrix containing the sample data.
Результат System