Click or drag to resize

levenbergmarquardtlevenbergmarquardtqrfac Method


Namespace: DWSIM.MathOps.MathEx.LM
Assembly: 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
)
Request Example View Source

Parameters

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