Mercurial > hg > octave-lyh
comparison scripts/optimization/fsolve.m @ 17298:17be601bc783
doc: Periodic spellchecking of documentation.
* doc/interpreter/doccheck/aspell-octave.en.pws: Add new words to
Octave-specific dictionary.
* doc/interpreter/tips.txi: Use @nospell macro around qcode definition.
* libinterp/corefcn/utils.cc: Use @nospell macro around meaningless
example directory names.
scripts/optimization/fsolve.m: Use @nospell macro around proper name Broyden.
scripts/optimization/glpk.m: Use @nospell macro around false word "pseudocost".
author | Rik <rik@octave.org> |
---|---|
date | Tue, 20 Aug 2013 09:42:35 -0700 |
parents | bc924baa2c4e |
children | 1c89599167a6 |
comparison
equal
deleted
inserted
replaced
17297:4d7f95eb8bfe | 17298:17be601bc783 |
---|---|
47 ## according to the column norms of the (estimated) Jacobian. As a result, | 47 ## according to the column norms of the (estimated) Jacobian. As a result, |
48 ## TolF becomes scaling-independent. By default, this option is off, because | 48 ## TolF becomes scaling-independent. By default, this option is off, because |
49 ## it may sometimes deliver unexpected (though mathematically correct) results. | 49 ## it may sometimes deliver unexpected (though mathematically correct) results. |
50 ## | 50 ## |
51 ## If @qcode{"Updating"} is @qcode{"on"}, the function will attempt to use | 51 ## If @qcode{"Updating"} is @qcode{"on"}, the function will attempt to use |
52 ## Broyden updates to update the Jacobian, in order to reduce the amount of | 52 ## @nospell{Broyden} updates to update the Jacobian, in order to reduce the |
53 ## Jacobian calculations. If your user function always calculates the | 53 ## amount of Jacobian calculations. If your user function always calculates the |
54 ## Jacobian (regardless of number of output arguments), this option provides | 54 ## Jacobian (regardless of number of output arguments), this option provides |
55 ## no advantage and should be set to false. | 55 ## no advantage and should be set to false. |
56 ## | 56 ## |
57 ## @qcode{"ComplexEqn"} is @qcode{"on"}, @code{fsolve} will attempt to solve | 57 ## @qcode{"ComplexEqn"} is @qcode{"on"}, @code{fsolve} will attempt to solve |
58 ## complex equations in complex variables, assuming that the equations possess a | 58 ## complex equations in complex variables, assuming that the equations possess a |