Click or drag to resize

Brent Class

Algorithm by Brent, Van Wijngaarden, Dekker et al. Implementation inspired by Press, Teukolsky, Vetterling, and Flannery, "Numerical Recipes in C", 2nd edition, Cambridge University Press
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.RootFindingBrent

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

The Brent type exposes the following members.

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