|
numerics 0.1.0
|
LAPACK QR factorization via LAPACKE_dgeqrf + LAPACKE_dorgqr. More...
#include "../seq/impl.hpp"#include "impl.hpp"#include <algorithm>#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::backends |
| namespace | num::backends::lapack |
Functions | |
| QRResult | num::backends::lapack::qr (const Matrix &A) |
LAPACK QR factorization via LAPACKE_dgeqrf + LAPACKE_dorgqr.
Definition in file qr.cpp.