ratinterpolationbuildfloaterhormannrationalinterpolant 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 buildfloaterhormannrationalinterpolant(
double[] x,
int n,
int d,
ref double[] w
)VB
Public Shared Sub buildfloaterhormannrationalinterpolant (
x As Double(),
n As Integer,
d As Integer,
ByRef w As Double()
)