diff scripts/sparse/gmres.m @ 19888:0a3ca546d7fc

doc: Add qmr to documentation. * linalg.txi: Add DOCSTRING entry for qmr in specialized solvers. bicg.m, bicgstab.m, cgs.m, gmres.m, qmr.m: Add qmr to seealso links.
author Rik <rik@octave.org>
date Tue, 24 Feb 2015 20:50:59 -0800
parents 9fc020886ae9
children df437a52bcaf
line wrap: on
line diff
--- a/scripts/sparse/gmres.m	Tue Feb 24 17:08:00 2015 -0800
+++ b/scripts/sparse/gmres.m	Tue Feb 24 20:50:59 2015 -0800
@@ -69,7 +69,7 @@
 ## iteration.
 ## @end itemize
 ##
-## @seealso{bicg, bicgstab, cgs, pcg}
+## @seealso{bicg, bicgstab, cgs, pcg, pcr, qmr}
 ## @end deftypefn
 
 function [x, flag, relres, it, resvec] = gmres (A, b, restart, rtol, maxit, M1, M2, x0)