numerics 0.1.0
Loading...
Searching...
No Matches
qr.cpp File Reference

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)
 

Detailed Description

LAPACK QR factorization via LAPACKE_dgeqrf + LAPACKE_dorgqr.

Definition in file qr.cpp.