Mercurial > hg > octave-nkf
comparison scripts/optimization/optimset.m @ 10793:be55736a0783
Grammarcheck the documentation from m-files.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 18 Jul 2010 20:35:16 -0700 |
parents | d1978e7364ad |
children | 134d357e1c03 |
comparison
equal
deleted
inserted
replaced
10792:91342260063e | 10793:be55736a0783 |
---|---|
16 ## You should have received a copy of the GNU General Public License | 16 ## You should have received a copy of the GNU General Public License |
17 ## along with Octave; see the file COPYING. If not, see | 17 ## along with Octave; see the file COPYING. If not, see |
18 ## <http://www.gnu.org/licenses/>. | 18 ## <http://www.gnu.org/licenses/>. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} optimset () | 21 ## @deftypefn {Function File} {} optimset () |
22 ## @deftypefnx {Function File} {} optimset (@var{par}, @var{val}, @dots{}) | 22 ## @deftypefnx {Function File} {} optimset (@var{par}, @var{val}, @dots{}) |
23 ## @deftypefnx {Function File} {} optimset (@var{old}, @var{par}, @var{val}, @dots{}) | 23 ## @deftypefnx {Function File} {} optimset (@var{old}, @var{par}, @var{val}, @dots{}) |
24 ## @deftypefnx {Function File} {} optimset (@var{old}, @var{new}) | 24 ## @deftypefnx {Function File} {} optimset (@var{old}, @var{new}) |
25 ## Create options struct for optimization functions. | 25 ## Create options struct for optimization functions. |
26 ## @end deftypefn | 26 ## @end deftypefn |