NaphtaliSandholmMethodSolveNewtonCustom Method

Custom Newton solver with block-tridiagonal linear solve, backtracking line search, stagnation detection, variable clipping, and best-solution tracking.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.SepOps.SolvingMethods
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
private double[] SolveNewtonCustom(
	double[] xvar,
	int maxits,
	double tol,
	StringBuilder reporter
)

Parameters

xvar  Double
 
maxits  Int32
 
tol  Double
 
reporter  StringBuilder
 

Return Value

Double

See Also