|
numerics 0.1.0
|
Thomas tridiagonal solver dispatcher. More...
#include "linalg/factorization/thomas.hpp"#include "backends/lapack/impl.hpp"#include "backends/seq/impl.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=lapack_backend) |
Thomas tridiagonal solver dispatcher.
Definition in file thomas.cpp.