Skip to content

Commit

Permalink
Merge pull request scipy#2903 from larsmans/doc-approx-fprime
Browse files Browse the repository at this point in the history
DOC: optimize: approx_fprime missing from documentation
  • Loading branch information
dlax committed Sep 20, 2013
2 parents e74d5d6 + 5c03f40 commit 0a4a446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scipy/optimize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@
.. autosummary::
:toctree: generated/
line_search - Return a step that satisfies the strong Wolfe conditions
approx_fprime - Approximate the gradient of a scalar function
check_grad - Check the supplied derivative using finite differences
line_search - Return a step that satisfies the strong Wolfe conditions
show_options - Show specific options optimization solvers
Expand Down

0 comments on commit 0a4a446

Please sign in to comment.