polinterpolationnevilledifferentiation 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 void nevilledifferentiation(
ref double[] x,
double[] f,
int n,
double t,
ref double p,
ref double dp,
ref double d2p
)VB
Public Shared Sub nevilledifferentiation (
ByRef x As Double(),
f As Double(),
n As Integer,
t As Double,
ByRef p As Double,
ByRef dp As Double,
ByRef d2p As Double
)