% -*- texinfo -*- % @deftypefn {Function File} {@var{x}} bicg (@var{A},@var{b},@var{tol},@var{maxit},@var{M}) % Solve the system @var{A}*@var{x} = @var{b} using the biconjugate gradient method. % For having a good convergence, A must be sparse. % @var{tol} specifies the tolerance of the method by default tol is 10e-6, @var{maxit} % specifies the maximal number of iterations and @var{M} is a preconditiner. % @seealso{pcg,lu,chol} % @end deftypefn