Mercurial > hg > octave-nkf
comparison scripts/linear-algebra/condest.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 | 3140cb7a05a1 |
children | 693e22af08ae |
comparison
equal
deleted
inserted
replaced
10792:91342260063e | 10793:be55736a0783 |
---|---|
52 ## (@var{v}, 1) / @var{est}}. When @var{est} is large, @var{v} is an | 52 ## (@var{v}, 1) / @var{est}}. When @var{est} is large, @var{v} is an |
53 ## approximate null vector. | 53 ## approximate null vector. |
54 ## | 54 ## |
55 ## References: | 55 ## References: |
56 ## @itemize | 56 ## @itemize |
57 ## @item N.J. Higham and F. Tisseur, @cite{A Block Algorithm | 57 ## @item |
58 ## N.J. Higham and F. Tisseur, @cite{A Block Algorithm | |
58 ## for Matrix 1-Norm Estimation, with an Application to 1-Norm | 59 ## for Matrix 1-Norm Estimation, with an Application to 1-Norm |
59 ## Pseudospectra}. SIMAX vol 21, no 4, pp 1185-1201. | 60 ## Pseudospectra}. SIMAX vol 21, no 4, pp 1185-1201. |
60 ## @url{http://dx.doi.org/10.1137/S0895479899356080} | 61 ## @url{http://dx.doi.org/10.1137/S0895479899356080} |
61 ## @item N.J. Higham and F. Tisseur, @cite{A Block Algorithm | 62 ## @item |
63 ## N.J. Higham and F. Tisseur, @cite{A Block Algorithm | |
62 ## for Matrix 1-Norm Estimation, with an Application to 1-Norm | 64 ## for Matrix 1-Norm Estimation, with an Application to 1-Norm |
63 ## Pseudospectra}. @url{http://citeseer.ist.psu.edu/223007.html} | 65 ## Pseudospectra}. @url{http://citeseer.ist.psu.edu/223007.html} |
64 ## @end itemize | 66 ## @end itemize |
65 ## | 67 ## |
66 ## @seealso{cond, norm, onenormest} | 68 ## @seealso{cond, norm, onenormest} |