|
numerics 0.1.0
|
Private declarations for the sequential factorization backend. Only included by the dispatcher .cpp files in src/linalg/factorization/. More...
#include "linalg/factorization/lu.hpp"#include "linalg/factorization/qr.hpp"#include "linalg/factorization/thomas.hpp"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) |
Private declarations for the sequential factorization backend. Only included by the dispatcher .cpp files in src/linalg/factorization/.
Definition in file impl.hpp.