File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
C >\details \b Purpose:
25
25
C >\verbatim
26
26
C >
27
- C > CPOTRF computes the Cholesky factorization of a real Hermitian
27
+ C > CPOTRF computes the Cholesky factorization of a complex Hermitian
28
28
C > positive definite matrix A.
29
29
C >
30
30
C > The factorization has the form
Original file line number Diff line number Diff line change 24
24
C >\details \b Purpose:
25
25
C >\verbatim
26
26
C >
27
- C > ZPOTRF computes the Cholesky factorization of a real Hermitian
27
+ C > ZPOTRF computes the Cholesky factorization of a complex Hermitian
28
28
C > positive definite matrix A.
29
29
C >
30
30
C > The factorization has the form
Original file line number Diff line number Diff line change 24
24
C >\details \b Purpose:
25
25
C >\verbatim
26
26
C >
27
- C > CPOTRF computes the Cholesky factorization of a real symmetric
27
+ C > CPOTRF computes the Cholesky factorization of a complex Hermitian
28
28
C > positive definite matrix A.
29
29
C >
30
30
C > The factorization has the form
55
55
C > \param[in,out] A
56
56
C > \verbatim
57
57
C > A is COMPLEX array, dimension (LDA,N)
58
- C > On entry, the symmetric matrix A. If UPLO = 'U', the leading
58
+ C > On entry, the Hermitian matrix A. If UPLO = 'U', the leading
59
59
C > N-by-N upper triangular part of A contains the upper
60
60
C > triangular part of the matrix A, and the strictly lower
61
61
C > triangular part of A is not referenced. If UPLO = 'L', the
Original file line number Diff line number Diff line change 24
24
C >\details \b Purpose:
25
25
C >\verbatim
26
26
C >
27
- C > ZPOTRF computes the Cholesky factorization of a real symmetric
27
+ C > ZPOTRF computes the Cholesky factorization of a complex Hermitian
28
28
C > positive definite matrix A.
29
29
C >
30
30
C > The factorization has the form
55
55
C > \param[in,out] A
56
56
C > \verbatim
57
57
C > A is COMPLEX*16 array, dimension (LDA,N)
58
- C > On entry, the symmetric matrix A. If UPLO = 'U', the leading
58
+ C > On entry, the Hermitian matrix A. If UPLO = 'U', the leading
59
59
C > N-by-N upper triangular part of A contains the upper
60
60
C > triangular part of the matrix A, and the strictly lower
61
61
C > triangular part of A is not referenced. If UPLO = 'L', the
Original file line number Diff line number Diff line change 23
23
C >\details \b Purpose:
24
24
C >\verbatim
25
25
C >
26
- C > CGEQRF computes a QR factorization of a real M-by-N matrix A:
26
+ C > CGEQRF computes a QR factorization of a complex M-by-N matrix A:
27
27
C > A = Q * R.
28
28
C >
29
29
C > This is the left-looking Level 3 BLAS version of the algorithm.
Original file line number Diff line number Diff line change 23
23
C >\details \b Purpose:
24
24
C >\verbatim
25
25
C >
26
- C > ZGEQRF computes a QR factorization of a real M-by-N matrix A:
26
+ C > ZGEQRF computes a QR factorization of a complex M-by-N matrix A:
27
27
C > A = Q * R.
28
28
C >
29
29
C > This is the left-looking Level 3 BLAS version of the algorithm.
You can’t perform that action at this time.
0 commit comments