Biconjugate gradient method

ID: biconjugate-gradient-method

The Biconjugate Gradient Method (BiCG) is an iterative numerical algorithm used to solve systems of linear equations, particularly those that are large and sparse, where traditional methods (such as direct solvers) may be inefficient or infeasible. It is particularly useful for non-symmetric and indefinite matrices.

New to topics? Read the docs here!