Skip to content

Commit 2bb062a

Browse files
committed
Clarify that GEQP3 works both for real and complex matrices.
1 parent 07efc4a commit 2bb062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_lapack.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3231,7 +3231,7 @@ module stdlib_linalg_lapack
32313231
end interface geqrt3
32323232

32333233
interface geqp3
3234-
!! GEQP3 computes a QR factorization with column pivoting of a complex
3234+
!! GEQP3 computes a QR factorization with column pivoting of a real or complex
32353235
!! M-by-N matrix A:
32363236
!!
32373237
!! A * P = Q * R,

0 commit comments

Comments
 (0)