Navigation

Operators and Keywords

Function List:

C++ API

bicgstab.m File Reference


Variables

 function [x, flag, relres, iter, resvec]

Variable Documentation

function[x, flag, relres, iter, resvec]

Initial value:

 bicgstab (A, b, tol, maxit, M1, M2, x0)

  if (nargin < 2 || nargin > 7 || nargout > 5)
    print_usage ()