comparison scripts/sparse/bicg.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 f3d52523cde1
children 72b8b39e12be
comparison
equal deleted inserted replaced
14607:34f067bcac12 14609:3edba8b5f430
13 ## 13 ##
14 ## You should have received a copy of the GNU General Public License 14 ## You should have received a copy of the GNU General Public License
15 ## along with this program; If not, see <http://www.gnu.org/licenses/>. 15 ## along with this program; If not, see <http://www.gnu.org/licenses/>.
16 16
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ##
19 ## @deftypefn {Function File} {@var{x} =} bicg (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{M1}, @var{M2}, @var{x0}) 18 ## @deftypefn {Function File} {@var{x} =} bicg (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{M1}, @var{M2}, @var{x0})
20 ## @deftypefnx {Function File} {@var{x} =} bicg (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{P}) 19 ## @deftypefnx {Function File} {@var{x} =} bicg (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{P})
21 ## @deftypefnx {Function File} {[@var{x}, @var{flag}, @var{relres}, @var{iter}, @var{resvec}] =} bicg (@var{A}, @var{b}, @dots{}) 20 ## @deftypefnx {Function File} {[@var{x}, @var{flag}, @var{relres}, @var{iter}, @var{resvec}] =} bicg (@var{A}, @var{b}, @dots{})
22 ## Solve @code{A x = b} using the Bi-conjugate gradient iterative method. 21 ## Solve @code{A x = b} using the Bi-conjugate gradient iterative method.
23 ## 22 ##