levenbergmarquardtlevenbergmarquardtqrfac Method |
Namespace: DWSIM.MathOps.MathEx.LMAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax 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
)
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(,)
)
Request Example
View SourceParameters
- m Int32
-
- n Int32
-
- a Double
-
- pivot Boolean
-
- ipvt Int32
-
- rdiag Double
-
- acnorm Double
-
- wa Double
-
- w2 Double
-
See Also