levenbergmarquardtfuncvecjac Method

Definition

Namespace: DWSIM.MathOps.MathEx.LM
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public void funcvecjac(
	ref double[] x,
	ref double[] fvec,
	ref double[,] fjac,
	ref int iflag
)

Parameters

x  Double
 
fvec  Double
 
fjac  Double
 
iflag  Int32
 

See Also