polinterpolationnevilleinterpolation Method
Definition
Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static double nevilleinterpolation(
ref double[] x,
double[] f,
int n,
double t
)VB
Public Shared Function nevilleinterpolation (
ByRef x As Double(),
f As Double(),
n As Integer,
t As Double
) As Double