aboutsummaryrefslogtreecommitdiff
path: root/include/qr.hpp
diff options
context:
space:
mode:
authory-jan137 <yousefjan24000@gmail.com>2026-03-20 18:07:59 +0300
committery-jan137 <yousefjan24000@gmail.com>2026-03-20 18:07:59 +0300
commitb8bc28c70a6f2b0e7de81e85a796303d514df008 (patch)
tree22597d60b4951af27151a98992b4f8b8a7db6b66 /include/qr.hpp
parentb27583941c200f98ab328901e81c9188945bf708 (diff)
Update TODO
Diffstat (limited to 'include/qr.hpp')
-rw-r--r--include/qr.hpp6
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;