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