numerics
Loading...
Searching...
No Matches
factorization.hpp
Go to the documentation of this file.
1/// @file factorization.hpp
2/// @brief Umbrella include for dense matrix factorizations
3#pragma once
4
LU factorization with partial pivoting.
QR factorization via Householder reflections.
Thomas algorithm – direct O(n) tridiagonal solver.
Precomputed LU Thomas solver for constant-coefficient complex tridiagonal systems.