Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::hetrf_rook Interface Reference

HETRF_ROOK: computes the factorization of a complex Hermitian matrix A using the bounded Bunch-Kaufman ("rook") diagonal pivoting method. The form of the factorization is A = U*D*U**T or A = L*D*L**T where U (or L) is a product of permutation and unit upper (lower) triangular matrices, and D is Hermitian and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. This is the blocked version of the algorithm, calling Level 3 BLAS. More...

Public Member Functions

pure subroutine chetrf_rook (uplo, n, a, lda, ipiv, work, lwork, info)
 
 la_chetrf_rook
 
 la_whetrf_rook
 
pure subroutine zhetrf_rook (uplo, n, a, lda, ipiv, work, lwork, info)
 
 la_zhetrf_rook
 

Detailed Description

HETRF_ROOK: computes the factorization of a complex Hermitian matrix A using the bounded Bunch-Kaufman ("rook") diagonal pivoting method. The form of the factorization is A = U*D*U**T or A = L*D*L**T where U (or L) is a product of permutation and unit upper (lower) triangular matrices, and D is Hermitian and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. This is the blocked version of the algorithm, calling Level 3 BLAS.

Member Function/Subroutine Documentation

◆ chetrf_rook()

pure subroutine la_lapack::hetrf_rook::chetrf_rook ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
integer(ilp), dimension(*), intent(out) ipiv,
complex(sp), dimension(*), intent(out) work,
integer(ilp), intent(in) lwork,
integer(ilp), intent(out) info )
Here is the call graph for this function:

◆ la_chetrf_rook()

la_lapack::hetrf_rook::la_chetrf_rook

◆ la_whetrf_rook()

la_lapack::hetrf_rook::la_whetrf_rook

◆ la_zhetrf_rook()

la_lapack::hetrf_rook::la_zhetrf_rook

◆ zhetrf_rook()

pure subroutine la_lapack::hetrf_rook::zhetrf_rook ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
integer(ilp), dimension(*), intent(out) ipiv,
complex(dp), dimension(*), intent(out) work,
integer(ilp), intent(in) lwork,
integer(ilp), intent(out) info )
Here is the call graph for this function:

The documentation for this interface was generated from the following file: