Class | Description |
---|---|
BisectionRootFinder |
The bisection method (1) for finding roots of functions.
|
Bracket |
Simple root bracketing routine.
|
BrentRootFinder |
Brent's method (1) for finding roots of functions.
|
FalsePositionRootFinder |
The false position method (1) for finding roots of functions.
|
NewtonRootFinder |
Newton's method (1) for finding roots of functions.
|
SecantRootFinder |
The secant method (1) for finding roots of functions.
|
jHepWork 3.8 ©