DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.MathAlgorithms
NewtonRaphson Class
NewtonRaphson Constructor
NewtonRaphson Constructor (NewtonRaphson.Function)
NewtonRaphson Constructor (NewtonRaphson.Function, NewtonRaphson.Function)
NewtonRaphson Constructor (NewtonRaphson
Function)
Constructor for finding zeros of the
function
Namespace:
DHI.Mike1D.Generic.MathAlgorithms
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
NewtonRaphson
(
NewtonRaphson
Function
function
)
Parameters
function
Type:
DHI.Mike1D.Generic.MathAlgorithms
NewtonRaphson
Function
Function to find zero of
See Also
Reference
NewtonRaphson Class
NewtonRaphson Overload
DHI.Mike1D.Generic.MathAlgorithms Namespace