|
numerics 0.1.0
|
Files | |
| impl.hpp | |
| Private declarations for the LAPACK factorization backend. Only included by the dispatcher .cpp files in src/linalg/factorization/. | |
| lu.cpp | |
| LAPACK LU factorization via LAPACKE_dgetrf. | |
| qr.cpp | |
| LAPACK QR factorization via LAPACKE_dgeqrf + LAPACKE_dorgqr. | |
| thomas.cpp | |
| LAPACK tridiagonal solver via LAPACKE_dgtsv. | |