โ๏ธAlgorithmIntermediate
Iterative Methods for Linear Systems
The Conjugate Gradient (CG) method solves large, sparse, symmetric positive definite (SPD) linear systems Ax = b using only matrixโvector products and dot products.
#conjugate gradient#iterative solver#krylov subspace+12