We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381d024 commit 931f07aCopy full SHA for 931f07a
doc/specs/stdlib_linalg.md
@@ -909,7 +909,7 @@ Experimental
909
910
### Description
911
912
-This subroutine computes the QR factorization of a `real` or `complex` matrix: \( A = Q R \). where \( Q \)
+This subroutine computes the QR factorization of a `real` or `complex` matrix: \( A = Q R \) where \( Q \)
913
is orthonormal and \( R \) is upper-triangular. Matrix \( A \) has size `[m,n]`, with \( m \ge n \).
914
915
The results are returned in output matrices \( Q \) and \(R \), that have the same type and kind as \( A \).
0 commit comments