Expand description
Matrix decomposition algorithms
This module provides various matrix decomposition methods including LU, QR, Cholesky, and SVD decompositions optimized for the unified matrix system.
Modules§
- cholesky
- Cholesky decomposition algorithms
- decomposition_
tests - Tests for matrix decomposition algorithms
- lu
- LU decomposition algorithms
- qr
- QR decomposition algorithms
- svd
- Singular Value Decomposition (SVD) algorithms
Traits§
- Matrix
Decomposition - Matrix decomposition operations trait