Click or drag to resize

polinterpolationbarycentricinterpolation Method


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

Parameters

x  Double
 
f  Double
 
w  Double
 
n  Int32
 
t  Double
 

Return Value

Double
See Also