|
numerics 0.1.0
|
Files | |
| impl.hpp | |
| Private declarations for the sequential factorization backend. Only included by the dispatcher .cpp files in src/linalg/factorization/. | |
| lu.cpp | |
| Sequential Doolittle LU factorization with partial pivoting. | |
| qr.cpp | |
| Sequential Householder QR factorization. | |
| thomas.cpp | |
| Sequential Thomas algorithm (forward elimination + back substitution). | |