Biconjugate gradient stabilized method: Difference between revisions

Content deleted Content added
No edit summary
top: could use with some additional material that is not simply mathematical derivations, such as: what is it used for, what's the historical context, etc.
Line 1:
{{Technical}}
 
In [[numerical linear algebra]], the '''biconjugate gradient stabilized method''', often abbreviated as '''BiCGSTAB''', is an [[iterative method]] developed by [[Henk van der Vorst|H. A. van der Vorst]] for the numerical solution of nonsymmetric [[System of linear equations|linear system]]s. It is a variant of the [[biconjugate gradient method]] (BiCG) and has faster and smoother convergence than the original BiCG as well as other variants such as the [[conjugate gradient squared method]] (CGS). It is a [[Krylov subspace]] method.