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

Sequential Thomas algorithm (forward elimination + back substitution). More...

#include "impl.hpp"

Go to the source code of this file.

Namespaces

namespace  num
 
namespace  num::backends
 
namespace  num::backends::seq
 

Functions

void num::backends::seq::thomas (const Vector &a, const Vector &b, const Vector &c, const Vector &d, Vector &x)
 

Detailed Description

Sequential Thomas algorithm (forward elimination + back substitution).

Definition in file thomas.cpp.