Extreme. Mathematics. Equation Solvers Namespace
The Extreme.Mathematics.EquationSolvers namespace contains classes that solve nonlinear equations and systems of nonlinear equations.
Classes
Bisection | Represents a EquationSolver that uses the bisection algorithm. |
Dekker | Represents a root finder that uses Dekker and Brent's algorithm. |
Dogleg | Represents an algorithm that solves a system of nonlinear equations using Powell's dogleg method. |
Equation | Serves as an abstract base class for root finders. |
Equation | Serves as an abstract base class for classes that solve systems of non-linear equations. |
Newton | Represents a root finder based on the Newton-Raphson algorithm. |
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. |
Root | Represents the abstract base class for root finders for real functions of one variable that use root bracketing. |
Toms748Solver | Represents a root finder that uses an algorithm by Alefeld, Potra, and Shi. |