public class FixedPointSearch
extends java.lang.Object
FixedPointSearch contains a sample illustration of usage of the Root Finder Library. It demonstrates the
fixed point extraction using the following techniques:
- Newton-Raphson method
- Bisection Method
- False Position
- Quadratic Interpolation
- Inverse Quadratic Interpolation
- Ridder's method
- Brent's method
- Zheng's method
- Author:
- Lakshmi Krishnamurthy