Click or drag to resize

Broyden Class

Algorithm by Broyden. Implementation inspired by Press, Teukolsky, Vetterling, and Flannery, "Numerical Recipes in C", 2nd edition, Cambridge University Press
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.RootFindingBroyden

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

The Broyden 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.
Public methodStatic memberTryFindRootWithJacobianStepFind a solution of the equation f(x)=0.
Top
See Also