Mercurial > hg > octave-nkf
comparison scripts/sparse/bicgstab.m @ 14853:72b8b39e12be
doc: Periodic grammarcheck of documentation.
* contrib.txi, diagperm.txi, emacs.txi, install.txi, package.txi, plot.txi,
poly.txi, vectorize.txi, strread.m, textscan.m, graphics_toolkit.m, bicg.m,
bicgstab.m, cgs.m, rand.cc, data.cc: Periodic grammarcheck of documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 09 Jul 2012 10:34:43 -0700 |
parents | 3edba8b5f430 |
children | 5d3a684236b0 |
comparison
equal
deleted
inserted
replaced
14852:53d2c3598d33 | 14853:72b8b39e12be |
---|---|
46 ## | 46 ## |
47 ## If called with more than one output parameter | 47 ## If called with more than one output parameter |
48 ## | 48 ## |
49 ## @itemize @minus | 49 ## @itemize @minus |
50 ## @item @var{flag} indicates the exit status: | 50 ## @item @var{flag} indicates the exit status: |
51 ## | |
51 ## @itemize @minus | 52 ## @itemize @minus |
52 ## @item 0: iteration converged to the within the chosen tolerance | 53 ## @item 0: iteration converged to the within the chosen tolerance |
53 ## | 54 ## |
54 ## @item 1: the maximum number of iterations was reached before convergence | 55 ## @item 1: the maximum number of iterations was reached before convergence |
55 ## | 56 ## |