# Algorithms
Mathematical reference for every algorithm implemented in this project. Each document
covers the theory, the method, and when to use it. Language-agnostic.
## v0.2.0 — Matrix decompositions and structural properties
- [Cofactor expansion](cofactor-expansion.md)
- [Rank](rank.md)
- [LU decomposition](lu.md)
- [QR decomposition](qr.md)
- [Cholesky decomposition](cholesky.md)
- [Singular Value Decomposition (SVD)](svd.md)
- [Condition number](condition-number.md)