GEMSEO 0.1.dev165+g6f4b237
Please cite us if you use the software.
Hide inherited members
A set of Newton algorithm variants for solving MDAs.
Root finding methods include:
Newton-Raphson
quasi-Newton methods
Each of these methods is implemented by a class in this module. All inherit from the common abstract MDARoot.