comparison scripts/sparse/bicgstab.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
16 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ##
22 ## @deftypefn {Function File} {@var{x} =} bicgstab (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{M1}, @var{M2}, @var{x0}) 21 ## @deftypefn {Function File} {@var{x} =} bicgstab (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{M1}, @var{M2}, @var{x0})
23 ## @deftypefnx {Function File} {@var{x} =} bicgstab (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{P}) 22 ## @deftypefnx {Function File} {@var{x} =} bicgstab (@var{A}, @var{b}, @var{rtol}, @var{maxit}, @var{P})
24 ## @deftypefnx {Function File} {[@var{x}, @var{flag}, @var{relres}, @var{iter}, @var{resvec}] =} bicgstab (@var{A}, @var{b}, @dots{}) 23 ## @deftypefnx {Function File} {[@var{x}, @var{flag}, @var{relres}, @var{iter}, @var{resvec}] =} bicgstab (@var{A}, @var{b}, @dots{})
25 ## Solve @code{A x = b} using the stabilizied Bi-conjugate gradient iterative 24 ## Solve @code{A x = b} using the stabilizied Bi-conjugate gradient iterative
26 ## method. 25 ## method.