|
numerics
|
Files | |
| factorization.hpp | |
| Umbrella include for dense matrix factorizations. | |
| lu.hpp | |
| LU factorization with partial pivoting. | |
| qr.hpp | |
| QR factorization via Householder reflections. | |
| thomas.hpp | |
| Thomas algorithm – direct O(n) tridiagonal solver. | |
| tridiag_complex.hpp | |
| Precomputed LU Thomas solver for constant-coefficient complex tridiagonal systems. | |