Click or drag to resize

IPOPTSolverFindRoots Method


Namespace: DWSIM.MathOps.MathEx.Optimization
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double[] FindRoots(
	Func<double[], double> functionbody,
	double[] vars,
	int maxits,
	double tol,
	double[] lbounds = null,
	double[] ubounds = null
)
Request Example View Source

Parameters

functionbody  FuncDouble, Double
 
vars  Double
 
maxits  Int32
 
tol  Double
 
lbounds  Double  (Optional)
 
ubounds  Double  (Optional)
 

Return Value

Double
See Also