Name | Description |
---|---|
BisectionMethod | Bisection's Method (also known as the Binary-search method) |
BisectionMethodTest | |
FixedPointIteration | Fixed Point Iteration |
FixedPointIterationTest | |
NewtonsMethod | Newton's Method (also known as the Newton–Raphson method) |
NewtonsMethodTest | |
SecantMethod | Secant Method (also known as the Newton–Raphson method) |
SecantMethodTest |
Name | Description |
---|---|
Validation | Common validation methods for root finding techniques |