comparison scripts/sparse/qmr.m @ 20311:e51473fdb622

doc: Periodic grammarcheck of documentation. * func.txi, io.txi, error.cc, file-io.cc, regexp.cc, utils.cc, variables.cc, dlmwrite.m, strread.m, textread.m, textscan.m: Use @xbackslashchar to produce a backslash and resolve differences between Info viewer and pdf view. * warning_ids.m: Use @option around command line options. * qmr.m: Use @nospell macro for names in citation. * genpropdoc.m: Eliminate trailing space to closing '}'.
author Rik <rik@octave.org>
date Sun, 19 Apr 2015 17:55:33 -0700
parents 21dbaf135667
children df437a52bcaf
comparison
equal deleted inserted replaced
20310:a8769ccb2c4e 20311:e51473fdb622
74 ## @nospell{R. Freund and N. Nachtigal}, @cite{QMR: a quasi-minimal residual 74 ## @nospell{R. Freund and N. Nachtigal}, @cite{QMR: a quasi-minimal residual
75 ## method for non-Hermitian linear systems}, @nospell{Numerische Mathematik}, 75 ## method for non-Hermitian linear systems}, @nospell{Numerische Mathematik},
76 ## 1991, 60, pp. 315-339. 76 ## 1991, 60, pp. 315-339.
77 ## 77 ##
78 ## @item 78 ## @item
79 ## @nospell{R. Barrett, M. Berry, T. Chan, J. Demmel, J. Donato, J. Dongarra}, 79 ## @nospell{ R. Barrett, M. Berry, T. Chan, J. Demmel, J. Donato, J. Dongarra},
80 ## @nospell{V. Eijkhour, R. Pozo, C. Romine, and H. van der Vorst}, 80 ## @nospell{ V. Eijkhour, R. Pozo, C. Romine, and H. van der Vorst},
81 ## @cite{Templates for the solution of linear systems: Building blocks 81 ## @cite{Templates for the solution of linear systems: Building blocks
82 ## for iterative methods}, SIAM, 2nd ed., 1994. 82 ## for iterative methods}, SIAM, 2nd ed., 1994.
83 ## @end enumerate 83 ## @end enumerate
84 ## 84 ##
85 ## @seealso{bicg, bicgstab, cgs, gmres, pcg} 85 ## @seealso{bicg, bicgstab, cgs, gmres, pcg}