fortran-lapack
Loading...
Searching...
No Matches
la_lapack::lahef_aa Interface Reference

LAHEF_AA: factorizes a panel of a complex hermitian matrix A using the Aasen's algorithm. The panel consists of a set of NB rows of A when UPLO is U, or a set of NB columns when UPLO is L. In order to factorize the panel, the Aasen's algorithm requires the last row, or column, of the previous panel. The first row, or column, of A is set to be the first row, or column, of an identity matrix, which is used to factorize the first panel. The resulting J-th row of U, or J-th column of L, is stored in the (J-1)-th row, or column, of A (without the unit diagonals), while the diagonal and subdiagonal of A are overwritten by those of T. More...

Public Member Functions

pure subroutine clahef_aa (uplo, j1, m, nb, a, lda, ipiv, h, ldh, work)
 
 la_clahef_aa
 
 la_wlahef_aa
 
pure subroutine zlahef_aa (uplo, j1, m, nb, a, lda, ipiv, h, ldh, work)
 
 la_zlahef_aa
 

Detailed Description

LAHEF_AA: factorizes a panel of a complex hermitian matrix A using the Aasen's algorithm. The panel consists of a set of NB rows of A when UPLO is U, or a set of NB columns when UPLO is L. In order to factorize the panel, the Aasen's algorithm requires the last row, or column, of the previous panel. The first row, or column, of A is set to be the first row, or column, of an identity matrix, which is used to factorize the first panel. The resulting J-th row of U, or J-th column of L, is stored in the (J-1)-th row, or column, of A (without the unit diagonals), while the diagonal and subdiagonal of A are overwritten by those of T.

Member Function/Subroutine Documentation

◆ clahef_aa()

pure subroutine la_lapack::lahef_aa::clahef_aa ( character, intent(in)  uplo,
integer(ilp), intent(in)  j1,
integer(ilp), intent(in)  m,
integer(ilp), intent(in)  nb,
complex(sp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
integer(ilp), dimension(*), intent(out)  ipiv,
complex(sp), dimension(ldh,*), intent(inout)  h,
integer(ilp), intent(in)  ldh,
complex(sp), dimension(*), intent(out)  work 
)

◆ la_clahef_aa()

la_lapack::lahef_aa::la_clahef_aa

◆ la_wlahef_aa()

la_lapack::lahef_aa::la_wlahef_aa

◆ la_zlahef_aa()

la_lapack::lahef_aa::la_zlahef_aa

◆ zlahef_aa()

pure subroutine la_lapack::lahef_aa::zlahef_aa ( character, intent(in)  uplo,
integer(ilp), intent(in)  j1,
integer(ilp), intent(in)  m,
integer(ilp), intent(in)  nb,
complex(dp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
integer(ilp), dimension(*), intent(out)  ipiv,
complex(dp), dimension(ldh,*), intent(inout)  h,
integer(ilp), intent(in)  ldh,
complex(dp), dimension(*), intent(out)  work 
)

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