C# 클래스 YAMP.Numerics.NewtonInterpolation

The Newton polynomial interpolation method.
상속: Interpolation
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
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