Spot operator: opSpot/bicgstab | Spot Home Page |
BICGSTAB BiConjugate Gradients Stabilized Method. X = bicgstab(A,B) attempts to solve the linear system A*X=B via the BICGSTAB method. This routine is simply a wrapper to Matlab's own BICGSTAB routine, and the argument list variations described in Matlab's BICGSTAB documentation are also allowed here. The usage is identical to Matlab's default version, except that the first argument must be a Spot operator.