diff scripts/sparse/cgs.m @ 14609:3edba8b5f430

doc: Remove unnecessary blank line after start of Texinfo section. * bicg.m, bicgstab.m, cgs.m: Remove blank line after Texinfo start.
author Rik <octave@nomad.inbox5.com>
date Tue, 08 May 2012 18:02:24 -0700
parents 11949c9795a0
children 72b8b39e12be
line wrap: on
line diff
--- a/scripts/sparse/cgs.m	Mon May 07 11:59:30 2012 -0400
+++ b/scripts/sparse/cgs.m	Tue May 08 18:02:24 2012 -0700
@@ -18,7 +18,6 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-##
 ## @deftypefn  {Function File} {@var{x} =} cgs (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{M1}, @var{M2}, @var{x0})
 ## @deftypefnx {Function File} {@var{x} =} cgs (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{P})
 ## @deftypefnx {Function File} {[@var{x}, @var{flag}, @var{relres}, @var{iter}, @var{resvec}] =} cgs (@var{A}, @var{b}, @dots{})