Biconjugate gradient stabilized method
ID: biconjugate-gradient-stabilized-method
The Biconjugate Gradient Stabilized (BiCGStab) method is an iterative algorithm used for solving large and sparse systems of linear equations, particularly those that arise in numerical simulations related to partial differential equations and other scientific computations. It is an extension of the conjugate gradient method and is designed to handle situations where the coefficient matrix may be non-symmetric or non-positive definite.
New to topics? Read the docs here!