File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
* > \param[in,out] A
44
44
* > \verbatim
45
45
* > 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
47
47
* > below the diagonal contain the N-by-N lower triangular matrix L; the
48
48
* > elements above the diagonal are the rows of V. See below for
49
49
* > further details.
Original file line number Diff line number Diff line change 58
58
* > \param[in,out] A
59
59
* > \verbatim
60
60
* > 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
62
62
* > below the diagonal contain the N-by-N lower triangular matrix L; the
63
63
* > elements above the diagonal are the rows of V. See below for
64
64
* > further details.
You can’t perform that action at this time.
0 commit comments