diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-03-20 18:07:59 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-03-20 18:07:59 +0300 |
| commit | b8bc28c70a6f2b0e7de81e85a796303d514df008 (patch) | |
| tree | 22597d60b4951af27151a98992b4f8b8a7db6b66 /include | |
| parent | b27583941c200f98ab328901e81c9188945bf708 (diff) | |
Update TODO
Diffstat (limited to 'include')
| -rw-r--r-- | include/qr.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/qr.hpp b/include/qr.hpp index 4d6b4ec..c9e1638 100644 --- a/include/qr.hpp +++ b/include/qr.hpp @@ -5,12 +5,6 @@ namespace linalg { -// Thin QR factorization result. -// -// For an m x n matrix A with m >= n: -// Q is m x n with orthonormal columns (Q^T Q = I_n) -// R is n x n upper triangular -// A = Q * R struct QRResult { Matrix Q; Matrix R; |