Procedure | Location | Procedure Type | Description |
---|---|---|---|
backtracking_linesearch | nlesolver_module | Subroutine | Backtracking line search. |
destroy_nlesolver_variables | nlesolver_module | Subroutine | Destructor |
exact_linesearch | nlesolver_module | Subroutine | An exact linesearch that uses a derivative-free minimizer to
find the minimum value of |
fixed_point_linesearch | nlesolver_module | Subroutine | A simple search that just evaluates the function at a specified number of points and picks the one with the minimum function value. |
get_status | nlesolver_module | Subroutine | Return the status code and message from the nlesolver_type class. |
initialize_nlesolver_variables | nlesolver_module | Subroutine | Constructor for the class. |
linear_solver | nlesolver_module | Subroutine | Solve the linear system: , using a dense, direct method. |
nlesolver_solver | nlesolver_module | Subroutine | Main solver. |
set_status | nlesolver_module | Subroutine | Set status flag and message. |
simple_step | nlesolver_module | Subroutine | Take a simple step in the search direction of |