HETF2_RK: computes the factorization of a complex Hermitian matrix A using the bounded Bunch-Kaufman (rook) diagonal pivoting method: A = P*U*D*(U**H)*(P**T) or A = P*L*D*(L**H)*(P**T), where U (or L) is unit upper (or lower) triangular matrix, U**H (or L**H) is the conjugate of U (or L), P is a permutation matrix, P**T is the transpose of P, and D is Hermitian and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. This is the unblocked version of the algorithm, calling Level 2 BLAS. For more information see Further Details section.
More...
|
pure subroutine | chetf2_rk (uplo, n, a, lda, e, ipiv, info) |
|
| la_chetf2_rk |
|
| la_whetf2_rk |
|
pure subroutine | zhetf2_rk (uplo, n, a, lda, e, ipiv, info) |
|
| la_zhetf2_rk |
|
HETF2_RK: computes the factorization of a complex Hermitian matrix A using the bounded Bunch-Kaufman (rook) diagonal pivoting method: A = P*U*D*(U**H)*(P**T) or A = P*L*D*(L**H)*(P**T), where U (or L) is unit upper (or lower) triangular matrix, U**H (or L**H) is the conjugate of U (or L), P is a permutation matrix, P**T is the transpose of P, and D is Hermitian and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. This is the unblocked version of the algorithm, calling Level 2 BLAS. For more information see Further Details section.
◆ chetf2_rk()
pure subroutine la_lapack::hetf2_rk::chetf2_rk |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(sp), dimension(*), intent(out) |
e, |
|
|
integer(ilp), dimension(*), intent(out) |
ipiv, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_chetf2_rk()
la_lapack::hetf2_rk::la_chetf2_rk |
◆ la_whetf2_rk()
la_lapack::hetf2_rk::la_whetf2_rk |
◆ la_zhetf2_rk()
la_lapack::hetf2_rk::la_zhetf2_rk |
◆ zhetf2_rk()
pure subroutine la_lapack::hetf2_rk::zhetf2_rk |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(dp), dimension(*), intent(out) |
e, |
|
|
integer(ilp), dimension(*), intent(out) |
ipiv, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: