Click or drag to resize

NewtonRaphson Constructor (NewtonRaphsonFunction)

Constructor for finding zeros of the function

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 NewtonRaphson(
	NewtonRaphsonFunction function
)

Parameters

function
Type: DHI.Mike1D.Generic.MathAlgorithmsNewtonRaphsonFunction
Function to find zero of
See Also