File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ def qr(
473
473
474
474
where :math:`Q \in\ \mathbb{K}^{m \times n}` and :math:`R \in\ \mathbb{K}^{n \times n}`.
475
475
476
- The reduced QR decomposition equals with the complete QR decomposition when :math:`n \qeq m` (wide matrix).
476
+ The reduced QR decomposition equals with the complete QR decomposition when :math:`n \geq m` (wide matrix).
477
477
478
478
When ``x`` is a stack of matrices, the function must compute the QR decomposition for each matrix in the stack.
479
479
Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ def qr(
473
473
474
474
where :math:`Q \in\ \mathbb{K}^{m \times n}` and :math:`R \in\ \mathbb{K}^{n \times n}`.
475
475
476
- The reduced QR decomposition equals with the complete QR decomposition when :math:`n \qeq m` (wide matrix).
476
+ The reduced QR decomposition equals with the complete QR decomposition when :math:`n \geq m` (wide matrix).
477
477
478
478
When ``x`` is a stack of matrices, the function must compute the QR decomposition for each matrix in the stack.
479
479
You can’t perform that action at this time.
0 commit comments