comments fixed: datatype 'real' replaced by 'complex'
This commit is contained in:
committed by
weslley.spereira
parent
0397cd687d
commit
c49b3300a4
+1
-1
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user