Click or drag to resize

BrentBrentOpt3 Method


Namespace: DWSIM.MathOps.MathEx.BrentOpt
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double BrentOpt3(
	double minval,
	double maxval,
	int n,
	double tol,
	int itmax,
	Func<double, double> fx
)
Request Example View Source

Parameters

minval  Double
 
maxval  Double
 
n  Int32
 
tol  Double
 
itmax  Int32
 
fx  FuncDouble, Double
 

Return Value

Double
See Also