nonlin 1.5.2
A library that provides routines to compute the solutions to systems of nonlinear equations.
|
Data Types | |
type | bfgs |
Defines a Broyden–Fletcher–Goldfarb–Shanno (BFGS) solver for minimization of functions of multiple variables. More... | |
type | line_search_optimizer |
A class describing equation optimizers that use a line search algorithm to improve convergence behavior. More... | |
type | nelder_mead |
Defines a solver based upon Nelder and Mead's simplex algorithm for minimization of functions of multiple variables. More... | |