numerics
Loading...
Searching...
No Matches
thomas.cpp File Reference
#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).