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

DLATRF_AA factorizes a panel of a complex symmetric 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 clasyf_aa (uplo, j1, m, nb, a, lda, ipiv, h, ldh, work)
 
 la_clasyf_aa
 
pure subroutine dlasyf_aa (uplo, j1, m, nb, a, lda, ipiv, h, ldh, work)
 
 la_dlasyf_aa
 
 la_qlasyf_aa
 
pure subroutine slasyf_aa (uplo, j1, m, nb, a, lda, ipiv, h, ldh, work)
 
 la_slasyf_aa
 
 la_wlasyf_aa
 
pure subroutine zlasyf_aa (uplo, j1, m, nb, a, lda, ipiv, h, ldh, work)
 
 la_zlasyf_aa
 

Detailed Description

DLATRF_AA factorizes a panel of a complex symmetric 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

◆ clasyf_aa()

pure subroutine la_lapack::lasyf_aa::clasyf_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 
)

◆ dlasyf_aa()

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

◆ la_clasyf_aa()

la_lapack::lasyf_aa::la_clasyf_aa

◆ la_dlasyf_aa()

la_lapack::lasyf_aa::la_dlasyf_aa

◆ la_qlasyf_aa()

la_lapack::lasyf_aa::la_qlasyf_aa

◆ la_slasyf_aa()

la_lapack::lasyf_aa::la_slasyf_aa

◆ la_wlasyf_aa()

la_lapack::lasyf_aa::la_wlasyf_aa

◆ la_zlasyf_aa()

la_lapack::lasyf_aa::la_zlasyf_aa

◆ slasyf_aa()

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

◆ zlasyf_aa()

pure subroutine la_lapack::lasyf_aa::zlasyf_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: