Click or drag to resize

polinterpolationnevilleinterpolation Method


Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double nevilleinterpolation(
	ref double[] x,
	double[] f,
	int n,
	double t
)
Request Example View Source

Parameters

x  Double
 
f  Double
 
n  Int32
 
t  Double
 

Return Value

Double
See Also