Mercurial > hg > octave-nkf
diff scripts/sparse/qmr.m @ 19551:3ea57d22d9eb
qmr.m: Add missing "@end enumerate" in docstring.
* qmr.m: Add missing "@end enumerate" in docstring.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 25 Nov 2014 12:27:29 -0800 |
parents | cc6000ccd627 |
children | db92e7e28e1f |
line wrap: on
line diff
--- a/scripts/sparse/qmr.m +++ b/scripts/sparse/qmr.m @@ -80,9 +80,9 @@ ## V. Eijkhour, R. Pozo, C. Romine, and H. van der Vorst, ## @cite{Templates for the solution of linear systems: Building blocks ## for iterative methods}, SIAM, 2nd ed., 1994. +## @end enumerate ## ## @seealso{bicg, bicgstab, cgs, gmres} -## ## @end deftypefn ## Author: Nathan Podlich <nathan.podlich@gmail.com>