C# Class ChebyshevInterpolation.Interpolate

Afficher le fichier Open project: antomys/UniversityStuff Class Usage Examples

Méthodes publiques

Méthode Description
ChebyshevCalculateCoefficients ( int n, Array u ) : double[]
Lagrange ( int n, double z, Array x, Array y ) : double
Newton ( int n, Array x, Array f ) : void

Method Details

ChebyshevCalculateCoefficients() public méthode

public ChebyshevCalculateCoefficients ( int n, Array u ) : double[]
n int
u Array
Résultat double[]

Lagrange() public méthode

public Lagrange ( int n, double z, Array x, Array y ) : double
n int
z double
x Array
y Array
Résultat double

Newton() public méthode

public Newton ( int n, Array x, Array f ) : void
n int
x Array
f Array
Résultat void