polinterpolationnevilledifferentiation Method |
Namespace: DWSIM.MathOps.MathEx.InterpolationAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void nevilledifferentiation(
ref double[] x,
double[] f,
int n,
double t,
ref double p,
ref double dp,
ref double d2p
)
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
)
Request Example
View SourceParameters
- x Double
-
- f Double
-
- n Int32
-
- t Double
-
- p Double
-
- dp Double
-
- d2p Double
-
See Also