comparison scripts/optimization/sqp.m @ 11290:646063a22a35

sqp.m: Use correct stopping tolerance in documentation.
author Rik <octave@nomad.inbox5.com>
date Mon, 22 Nov 2010 19:07:48 -0800
parents a44f979a35ce
children 2726132f77f6
comparison
equal deleted inserted replaced
11289:f44c47959256 11290:646063a22a35
147 ## 147 ##
148 ## The seventh argument specifies the maximum number of iterations. 148 ## The seventh argument specifies the maximum number of iterations.
149 ## The default value is 100. 149 ## The default value is 100.
150 ## 150 ##
151 ## The eighth argument specifies the tolerance for the stopping criteria. 151 ## The eighth argument specifies the tolerance for the stopping criteria.
152 ## The default value is @code{eps}. 152 ## The default value is @code{sqrt(eps)}.
153 ## 153 ##
154 ## The value returned in @var{info} may be one of the following: 154 ## The value returned in @var{info} may be one of the following:
155 ## 155 ##
156 ## @table @asis 156 ## @table @asis
157 ## @item 101 157 ## @item 101