Conjugate residual method
ID: conjugate-residual-method
The Conjugate Residual Method is an iterative technique used for solving systems of linear equations, particularly when dealing with large, sparse matrices that are often encountered in numerical simulations and optimization problems. This method is related to the more widely known Conjugate Gradient method, but it is more general in that it can be applied to non-symmetric matrices as well.
New to topics? Read the docs here!