Numerics. NET. Equation Solvers. Generic Namespace
Classes
Bisection | Represents a EquationSolver that uses the bisection algorithm. |
Dekker | Represents a root finder that uses Dekker and Brent's algorithm. |
Equation | Serves as an abstract base class for root finders. |
Newton | Represents a root finder based on the Newton-Raphson algorithm. |
Regula | Represents a root finder that uses a modified regula falsi or false position algorithm. |
Robust | Represents a root finder that uses an algorithm by Alefeld, Potra, and Shi. |
Root | Represents the abstract base class for root finders for real functions of one variable that use root bracketing. |