Decompositions
Each decomposition is a class constructed from a MaybeMatrix. Both a long name
and a short alias are exported.
SVD — SingularValueDecomposition / SVD
Pass autoTranspose: true when the matrix has more columns than rows.
EVD — EigenvalueDecomposition / EVD
LU — LuDecomposition / LU
QR — QrDecomposition / QR
Cholesky — CholeskyDecomposition / CHO
For symmetric positive-definite A (A = L·Lᵀ).
NIPALS — Nipals / NIPALS
Iterative PLS / PCA-style factorization.