numerics 0.1.0
Loading...
Searching...
No Matches
impl.hpp File Reference

Private declarations for the sequential factorization backend. Only included by the dispatcher .cpp files in src/linalg/factorization/. More...

Go to the source code of this file.

Namespaces

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

Functions

LUResult num::backends::seq::lu (const Matrix &A)
 
QRResult num::backends::seq::qr (const Matrix &A)
 
void num::backends::seq::thomas (const Vector &a, const Vector &b, const Vector &c, const Vector &d, Vector &x)
 

Detailed Description

Private declarations for the sequential factorization backend. Only included by the dispatcher .cpp files in src/linalg/factorization/.

Definition in file impl.hpp.