Groups
Category
A sparse matrix stores only its nonzero entries, saving huge amounts of memory when most entries are zero.
The Conjugate Gradient (CG) method solves large, sparse, symmetric positive definite (SPD) linear systems Ax = b using only matrixโvector products and dot products.