numerics 0.1.0
Loading...
Searching...
No Matches
thomas.cpp File Reference

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)
 

Detailed Description

LAPACK tridiagonal solver via LAPACKE_dgtsv.

Definition in file thomas.cpp.