polinterpolationbarycentricinterpolation Method

Definition

Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static double barycentricinterpolation(
	double[] x,
	double[] f,
	double[] w,
	int n,
	double t
)

Parameters

x  Double
 
f  Double
 
w  Double
 
n  Int32
 
t  Double
 

Return Value

Double

See Also