levenbergmarquardtlevenbergmarquardtqrfac Method

Definition

Namespace: DWSIM.MathOps.MathEx.LM
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
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
)

Parameters

m  Int32
 
n  Int32
 
a  Double
 
pivot  Boolean
 
ipvt  Int32
 
rdiag  Double
 
acnorm  Double
 
wa  Double
 
w2  Double
 

See Also