From this page you can get a FORTRAN implementation by D. Fokkema
of the BiCGstab(ell)
algorithm.
The BiCGstab(ell) algorithm can be used
for computing the solution x of a linear system A*x=b, where A is
a square n by n matrix and b is an n-vector.The matrix
can be real or complex, Hermitian or non-Hermitian, .... The algorithm
is effective especially in case A is sparse and of large size.
If you are a user of the Bi-CGSTAB iterative method, please note that BiCGstab(ell=1) will give you the Bi-CGSTAB algorithm.
The BiCGstab(ell) algorithm has been introduced in
Note that these Fortran codes are provided on an "as is" basis. The authors provide no warranty whatsoever, either expressed or
implied, regarding the work, including warranties with respect to its merchantability or fitness for any particular purpose. Moreover, note that permission to
copy all or part of this code is granted, provided that the copies are not made or distributed for resale and that proper reference to the authors is made.
© Gerard L. G. Sleijpen
<G.L.G.Sleijpen@uu.nl>
Last modified: