C# 클래스 YAMP.Numerics.SplineInterpolation

Interpolation with the spline method.
상속: Interpolation
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

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