diff options
Diffstat (limited to 'include/qr.hpp')
| -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; |