comments fixed: datatype 'real' replaced by 'complex'

This commit is contained in:
Igor Zhuravlov
2021-04-06 18:11:37 -03:00
committed by weslley.spereira
parent 0397cd687d
commit c49b3300a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
*> \param[in,out] A
*> \verbatim
*> A is COMPLEX array, dimension (LDA,N)
*> On entry, the real M-by-N matrix A. On exit, the elements on and
*> On entry, the complex M-by-N matrix A. On exit, the elements on and
*> below the diagonal contain the N-by-N lower triangular matrix L; the
*> elements above the diagonal are the rows of V. See below for
*> further details.
+1 -1
View File
@@ -58,7 +58,7 @@
*> \param[in,out] A
*> \verbatim
*> A is COMPLEX*16 array, dimension (LDA,N)
*> On entry, the real M-by-N matrix A. On exit, the elements on and
*> On entry, the complex M-by-N matrix A. On exit, the elements on and
*> below the diagonal contain the N-by-N lower triangular matrix L; the
*> elements above the diagonal are the rows of V. See below for
*> further details.