|
numerics 0.1.0
|
LAPACK tridiagonal solver via LAPACKE_dgtsv. More...
#include "../seq/impl.hpp"#include "impl.hpp"#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::backends |
| namespace | num::backends::lapack |
Functions | |
| void | num::backends::lapack::thomas (const Vector &a, const Vector &b, const Vector &c, const Vector &d, Vector &x) |
LAPACK tridiagonal solver via LAPACKE_dgtsv.
Definition in file thomas.cpp.