Skip to content

Commit 931f07a

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 381d024 commit 931f07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ Experimental
909909

910910
### Description
911911

912-
This subroutine computes the QR factorization of a `real` or `complex` matrix: \( A = Q R \). where \( Q \)
912+
This subroutine computes the QR factorization of a `real` or `complex` matrix: \( A = Q R \) where \( Q \)
913913
is orthonormal and \( R \) is upper-triangular. Matrix \( A \) has size `[m,n]`, with \( m \ge n \).
914914

915915
The results are returned in output matrices \( Q \) and \(R \), that have the same type and kind as \( A \).

0 commit comments

Comments
 (0)