Click or drag to resize

levenbergmarquardtlevenbergmarquardtqrsolv Method


Namespace: DWSIM.MathOps.MathEx.LM
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private static void levenbergmarquardtqrsolv(
	int n,
	ref double[,] r,
	ref int[] ipvt,
	ref double[] diag,
	ref double[] qtb,
	ref double[] x,
	ref double[] sdiag,
	ref double[] wa
)
Request Example View Source

Parameters

n  Int32
 
r  Double
 
ipvt  Int32
 
diag  Double
 
qtb  Double
 
x  Double
 
sdiag  Double
 
wa  Double
 
See Also