Files | |
| fn_gees.hpp | |
| Schur decomposition of a general square matrix (LAPACK ?gees). | |
| fn_geev.hpp | |
| Eigenvalues and eigenvectors of a general square matrix (LAPACK ?geev). | |
| fn_gels.hpp | |
| Least-squares or minimum-norm solution of a full-rank system (LAPACK ?gels). | |
| fn_gemm.hpp | |
| Matrix-matrix product C := alpha*op(A)*op(B) + beta*C (BLAS ?gemm). | |
| fn_gesv.hpp | |
| Solves a square linear system by LU factorization (LAPACK ?gesv). | |
| fn_gesvd.hpp | |
| Singular value decomposition A = U * diag(S) * VT (LAPACK ?gesvd). | |
| fn_getrf.hpp | |
| LU factorization with partial pivoting, A = P*L*U (LAPACK ?getrf). | |
| fn_getri.hpp | |
| Inverts a square matrix in place from its LU factors (LAPACK ?getri). | |
| fn_posv.hpp | |
| Solves a real symmetric or complex Hermitian positive-definite system by Cholesky factorization (LAPACK ?posv). | |
| lapacktools.hpp | |
| Shared helpers for the LAPACK wrappers, such as leading_dimension(). | |