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

Sequential Householder QR factorization. More...

#include "impl.hpp"
#include <cmath>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  num
 
namespace  num::backends
 
namespace  num::backends::seq
 

Functions

QRResult num::backends::seq::qr (const Matrix &A)
 

Detailed Description

Sequential Householder QR factorization.

See linalg/factorization/qr.cpp for the full algorithm commentary.

Definition in file qr.cpp.