diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-05-16 12:10:05 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-05-16 12:10:05 +0300 |
| commit | 750f276a1403c5defd58b06f13c703b5e3d59245 (patch) | |
| tree | 5218b52ca98f6df3fa4e202ff999b81f35c4e28b /src/qr_iteration.cpp | |
| parent | 92220ea5a483d6ece73bb6472af0773bc4106d73 (diff) | |
Finish TODOs
Diffstat (limited to 'src/qr_iteration.cpp')
| -rw-r--r-- | src/qr_iteration.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qr_iteration.cpp b/src/qr_iteration.cpp index f8a3be5..7f50097 100644 --- a/src/qr_iteration.cpp +++ b/src/qr_iteration.cpp @@ -14,9 +14,7 @@ import :qr; export namespace linalgebra { -// --------------------------------------------------------------------------- // Options -// --------------------------------------------------------------------------- struct QRIterationOptions { double tolerance = 1e-10; @@ -509,9 +507,7 @@ QRIterationResult eigenvalues_hessenberg(const Matrix& A, QRIterationOptions opt return result; } -// --------------------------------------------------------------------------- // Francis double-shift QR with implicit bulge chasing -// --------------------------------------------------------------------------- QRIterationResult eigenvalues_francis(const Matrix& A, QRIterationOptions opts) { require_square(A, "eigenvalues_francis"); |