Mercurial > hg > octave-lyh
diff scripts/optimization/fsolve.m @ 14143:04dcbb8fb880 stable
fsolve.m: Move @seealso to bottom in docstring to silence warning.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Tue, 03 Jan 2012 12:03:12 -0500 |
parents | 72c96de7a403 |
children | f3d52523cde1 |
line wrap: on
line diff
--- a/scripts/optimization/fsolve.m +++ b/scripts/optimization/fsolve.m @@ -86,7 +86,6 @@ ## ## Note: If you only have a single nonlinear equation of one variable, using ## @code{fzero} is usually a much better idea. -## @seealso{fzero, optimset} ## ## Note about user-supplied Jacobians: ## As an inherent property of the algorithm, Jacobian is always requested for a @@ -121,10 +120,11 @@ ## endif ## endfunction ## -## ## @dots{}. +## ## @dots{} ## ## fsolve (@@user_func, x0, optimset ("OutputFcn", @@user_func, @dots{})) ## @end example +## @seealso{fzero, optimset} ## @end deftypefn ## PKG_ADD: ## Discard result to avoid polluting workspace with ans at startup.