Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.51 KB

root_finding_algo_index.rst

File metadata and controls

60 lines (46 loc) · 2.51 KB
.rst-content table.docutils { width: 100%; table-layout: fixed; } table.docutils .line-block { margin-left: 0; margin-bottom: 0; } table.docutils code.literal { color: initial; } code.docutils { background: initial; }

Root Finding

broyden

broyden <broyden-func-ref1> Broyden's method for solving systems of nonlinear equations
broyden <broyden-func-ref2> Broyden's method for solving systems of nonlinear equations
broyden <broyden-func-ref3> Broyden's method for solving systems of nonlinear equations
broyden <broyden-func-ref4> Broyden's method for solving systems of nonlinear equations

broyden_df

broyden-df <broyden-df-func-ref1> Derivative-free variant of Broyden's method
broyden-df <broyden-df-func-ref2> Derivative-free variant of Broyden's method
broyden-df <broyden-df-func-ref3> Derivative-free variant of Broyden's method
broyden-df <broyden-df-func-ref4> Derivative-free variant of Broyden's method