|
numerics 0.1.0
|
Sequential Thomas algorithm (forward elimination + back substitution). More...
#include "impl.hpp"Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::backends |
| namespace | num::backends::seq |
Functions | |
| void | num::backends::seq::thomas (const Vector &a, const Vector &b, const Vector &c, const Vector &d, Vector &x) |
Sequential Thomas algorithm (forward elimination + back substitution).
Definition in file thomas.cpp.