File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424C >\details \b Purpose:
2525C >\verbatim
2626C >
27- C > CPOTRF computes the Cholesky factorization of a real Hermitian
27+ C > CPOTRF computes the Cholesky factorization of a complex Hermitian
2828C > positive definite matrix A.
2929C >
3030C > The factorization has the form
Original file line number Diff line number Diff line change 2424C >\details \b Purpose:
2525C >\verbatim
2626C >
27- C > ZPOTRF computes the Cholesky factorization of a real Hermitian
27+ C > ZPOTRF computes the Cholesky factorization of a complex Hermitian
2828C > positive definite matrix A.
2929C >
3030C > The factorization has the form
Original file line number Diff line number Diff line change 2424C >\details \b Purpose:
2525C >\verbatim
2626C >
27- C > CPOTRF computes the Cholesky factorization of a real symmetric
27+ C > CPOTRF computes the Cholesky factorization of a complex Hermitian
2828C > positive definite matrix A.
2929C >
3030C > The factorization has the form
5555C > \param[in,out] A
5656C > \verbatim
5757C > 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
5959C > N-by-N upper triangular part of A contains the upper
6060C > triangular part of the matrix A, and the strictly lower
6161C > triangular part of A is not referenced. If UPLO = 'L', the
Original file line number Diff line number Diff line change 2424C >\details \b Purpose:
2525C >\verbatim
2626C >
27- C > ZPOTRF computes the Cholesky factorization of a real symmetric
27+ C > ZPOTRF computes the Cholesky factorization of a complex Hermitian
2828C > positive definite matrix A.
2929C >
3030C > The factorization has the form
5555C > \param[in,out] A
5656C > \verbatim
5757C > 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
5959C > N-by-N upper triangular part of A contains the upper
6060C > triangular part of the matrix A, and the strictly lower
6161C > triangular part of A is not referenced. If UPLO = 'L', the
Original file line number Diff line number Diff line change 2323C >\details \b Purpose:
2424C >\verbatim
2525C >
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:
2727C > A = Q * R.
2828C >
2929C > This is the left-looking Level 3 BLAS version of the algorithm.
Original file line number Diff line number Diff line change 2323C >\details \b Purpose:
2424C >\verbatim
2525C >
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:
2727C > A = Q * R.
2828C >
2929C > This is the left-looking Level 3 BLAS version of the algorithm.
You can’t perform that action at this time.
0 commit comments