Fix description (Reference-LAPACK PR 847)
This commit is contained in:
parent
35f2ce8340
commit
2dae4a34a9
|
@ -24,7 +24,7 @@ C> \brief \b ZPOTRF VARIANT: top-looking block version of the algorithm, calling
|
||||||
C>\details \b Purpose:
|
C>\details \b Purpose:
|
||||||
C>\verbatim
|
C>\verbatim
|
||||||
C>
|
C>
|
||||||
C> ZPOTRF computes the Cholesky factorization of a real symmetric
|
C> ZPOTRF computes the Cholesky factorization of a complex Hermitian
|
||||||
C> positive definite matrix A.
|
C> positive definite matrix A.
|
||||||
C>
|
C>
|
||||||
C> The factorization has the form
|
C> The factorization has the form
|
||||||
|
@ -55,7 +55,7 @@ C>
|
||||||
C> \param[in,out] A
|
C> \param[in,out] A
|
||||||
C> \verbatim
|
C> \verbatim
|
||||||
C> A is COMPLEX*16 array, dimension (LDA,N)
|
C> A is COMPLEX*16 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…
Reference in New Issue