Fix description (Reference-LAPACK PR 847)
This commit is contained in:
parent
8b32cebfcc
commit
35f2ce8340
|
@ -55,7 +55,7 @@ C>
|
|||
C> \param[in,out] A
|
||||
C> \verbatim
|
||||
C> A is COMPLEX array, dimension (LDA,N)
|
||||
C> On entry, the symmetric matrix A. If UPLO = 'U', the leading
|
||||
C> On entry, the Hermitian matrix A. If UPLO = 'U', the leading
|
||||
C> N-by-N upper triangular part of A contains the upper
|
||||
C> triangular part of the matrix A, and the strictly lower
|
||||
C> triangular part of A is not referenced. If UPLO = 'L', the
|
||||
|
|
Loading…
Reference in New Issue