numerics 0.1.0
Loading...
Searching...
No Matches
tridiag_complex.hpp File Reference

Precomputed Thomas solver for constant-coefficient complex systems. More...

#include "core/types.hpp"
#include <complex>
#include <vector>

Go to the source code of this file.

Classes

struct  num::ComplexTriDiag
 

Namespaces

namespace  num
 

Detailed Description

Precomputed Thomas solver for constant-coefficient complex systems.

Solves \(a x_{k-1}+b x_k+c x_{k+1}=d_k\) with fixed \(a,b,c\).

Definition in file tridiag_complex.hpp.