Skip to content

Commit 3a8fd07

Browse files
committed
Update the link for the reference of bicgstab(l)
1 parent fe70809 commit 3a8fd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bicgstab.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For an in-place variant that reuses memory across solves, see [`bicgstab!`](@ref
8080
#### References
8181
8282
* H. A. van der Vorst, [*Bi-CGSTAB: A fast and smoothly converging variant of Bi-CG for the solution of nonsymmetric linear systems*](https://doi.org/10.1137/0913035), SIAM Journal on Scientific and Statistical Computing, 13(2), pp. 631--644, 1992.
83-
* G. L.G. Sleijpen and D. R. Fokkema, [*BiCGstab(ℓ) for linear equations involving unsymmetric matrices with complex spectrum*](https://etna.math.kent.edu/volumes/1993-2000/vol1/abstract.php?vol=1&pages=11-32), Electronic Transactions on Numerical Analysis, 1, pp. 11--32, 1993.
83+
* G. L.G. Sleijpen and D. R. Fokkema, [*BiCGstab(ℓ) for linear equations involving unsymmetric matrices with complex spectrum*](https://www.emis.de/journals/ETNA/volumes/1993-2000/vol1/abstract_vol1_pp11-32.html), Electronic Transactions on Numerical Analysis, 1, pp. 11--32, 1993.
8484
"""
8585
function bicgstab end
8686

0 commit comments

Comments
 (0)