Browse Source

Fix description (Reference-LAPACK PR 847)

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
35f2ce8340
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lapack-netlib/SRC/VARIANTS/cholesky/TOP/cpotrf.f

+ 1
- 1
lapack-netlib/SRC/VARIANTS/cholesky/TOP/cpotrf.f View File

@@ -55,7 +55,7 @@ C>
C> \param[in,out] A C> \param[in,out] A
C> \verbatim C> \verbatim
C> A is COMPLEX array, dimension (LDA,N) 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> 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 the matrix A, and the strictly lower
C> triangular part of A is not referenced. If UPLO = 'L', the C> triangular part of A is not referenced. If UPLO = 'L', the


Loading…
Cancel
Save