Skip to content

Commit 66226fe

Browse files
committed
comments fixed: datatype 'real' replaced by 'complex'
1 parent adbf5b6 commit 66226fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SRC/cgelqt3.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*> \param[in,out] A
4444
*> \verbatim
4545
*> A is COMPLEX array, dimension (LDA,N)
46-
*> On entry, the real M-by-N matrix A. On exit, the elements on and
46+
*> On entry, the complex M-by-N matrix A. On exit, the elements on and
4747
*> below the diagonal contain the N-by-N lower triangular matrix L; the
4848
*> elements above the diagonal are the rows of V. See below for
4949
*> further details.

SRC/zgelqt3.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*> \param[in,out] A
5959
*> \verbatim
6060
*> A is COMPLEX*16 array, dimension (LDA,N)
61-
*> On entry, the real M-by-N matrix A. On exit, the elements on and
61+
*> On entry, the complex M-by-N matrix A. On exit, the elements on and
6262
*> below the diagonal contain the N-by-N lower triangular matrix L; the
6363
*> elements above the diagonal are the rows of V. See below for
6464
*> further details.

0 commit comments

Comments
 (0)