Mercurial > hg > octave-nkf
diff scripts/optimization/fsolve.m @ 9209:923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
spellchecked all .txi and .texi files.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 17 May 2009 12:18:06 -0700 |
parents | 25f50d2d76b3 |
children | 6feb27c38da1 |
line wrap: on
line diff
--- a/scripts/optimization/fsolve.m +++ b/scripts/optimization/fsolve.m @@ -91,7 +91,6 @@ ## example how this can be achieved follows: ## ## @example -## @group ## function [fvec, fjac] = user_func (x, optimvalues, state) ## persistent sav = [], sav0 = []; ## if (nargin == 1) @@ -107,14 +106,13 @@ ## if (all (x == sav0.x)) ## sav = sav0; ## endif -## ## maybe output iteration status etc. +## ## maybe output iteration status, etc. ## endif ## endfunction ## ## ## @dots{}. ## ## fsolve (@@user_func, x0, optimset ("OutputFcn", @@user_func, @dots{})) -## @end group ## @end example ### ## @end deftypefn