Click or drag to resize

NewtonRaphsonSolve Method

Solves for zeros, using x as starting point and updating the value of x as a result.

Namespace:  DHI.Mike1D.Generic.MathAlgorithms
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool Solve(
	ref double x
)

Parameters

x
Type: SystemDouble
Starting point of the solver

Return Value

Type: Boolean
True if solution has converged, false if the MaxIter was reached
See Also