BrentBrentOpt Method

Definition

Namespace: DWSIM.MathOps.MathEx.BrentOpt
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public double BrentOpt(
	double minval,
	double maxval,
	int n,
	double tol,
	int itmax,
	Object otherargs
)

Parameters

minval  Double
 
maxval  Double
 
n  Int32
 
tol  Double
 
itmax  Int32
 
otherargs  Object
 

Return Value

Double

See Also