levenbergmarquardtlevenbergmarquardtqrfac Method
Definition
Namespace: DWSIM.MathOps.MathEx.LM
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#
private static void levenbergmarquardtqrfac(
int m,
int n,
ref double[,] a,
bool pivot,
ref int[] ipvt,
ref double[] rdiag,
ref double[] acnorm,
ref double[] wa,
ref double[,] w2
)VB
Private Shared Sub levenbergmarquardtqrfac (
m As Integer,
n As Integer,
ByRef a As Double(,),
pivot As Boolean,
ByRef ipvt As Integer(),
ByRef rdiag As Double(),
ByRef acnorm As Double(),
ByRef wa As Double(),
ByRef w2 As Double(,)
)