Click or drag to resize

RobustNewtonRaphson Class

Robust Newton-Raphson root-finding algorithm that falls back to bisection when overshooting or converging too slow, or to subdivision on lacking bracketing.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.RootFindingRobustNewtonRaphson

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class RobustNewtonRaphson

The RobustNewtonRaphson type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFindRootFind a solution of the equation f(x)=0.
Public methodStatic memberTryFindRootFind a solution of the equation f(x)=0.
Top
See Also