Large sparse matrices ===================== Sparse matrices are matrices where most coefficients equal zero. A typical sparse matrix of size :math:`N\times N` only contain :math:`\mathcal{O}(N)` non-zero coefficients, which is the case with finite element matrices. Sparse matrices enjoy a moderate or even small footprint. .. doxygenclass:: CooMatrix :members: