GEMSEO 0.1.dev139+g720990b
Please cite us if you use the software.
Show 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.