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(
473473
474474 where :math:`Q \in\ \mathbb{K}^{m \times n}` and :math:`R \in\ \mathbb{K}^{n \times n}`.
475475
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).
477477
478478 When ``x`` is a stack of matrices, the function must compute the QR decomposition for each matrix in the stack.
479479
Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ def qr(
473473
474474 where :math:`Q \in\ \mathbb{K}^{m \times n}` and :math:`R \in\ \mathbb{K}^{n \times n}`.
475475
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).
477477
478478 When ``x`` is a stack of matrices, the function must compute the QR decomposition for each matrix in the stack.
479479
You can’t perform that action at this time.
0 commit comments