|
numerics
|
#include "linalg/factorization/thomas.hpp"#include "core/parallel/cuda_ops.hpp"#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | num |
Functions | |
| void | num::thomas (const Vector &a, const Vector &b, const Vector &c, const Vector &d, Vector &x, Backend backend=Backend::seq) |
| Thomas algorithm (LU for tridiagonal systems), O(n). | |