hetrd_hb2st Interface

public interface hetrd_hb2st

HETRD_HB2ST reduces a complex Hermitian band matrix A to real symmetric tridiagonal form T by a unitary similarity transformation: Q**H * A * Q = T.


Subroutines

public subroutine chetrd_hb2st(stage1, vect, uplo, n, kd, ab, ldab, d, e, hous, lhous, work, lwork, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: stage1
character(len=1), intent(in) :: vect
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: kd
complex(kind=sp), intent(inout) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
real(kind=sp), intent(out) :: d(*)
real(kind=sp), intent(out) :: e(*)
complex(kind=sp), intent(out) :: hous(*)
integer(kind=ilp), intent(in) :: lhous
complex(kind=sp), intent(out) :: work(*)
integer(kind=ilp), intent(in) :: lwork
integer(kind=ilp), intent(out) :: info

public subroutine zhetrd_hb2st(stage1, vect, uplo, n, kd, ab, ldab, d, e, hous, lhous, work, lwork, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: stage1
character(len=1), intent(in) :: vect
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: kd
complex(kind=dp), intent(inout) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
real(kind=dp), intent(out) :: d(*)
real(kind=dp), intent(out) :: e(*)
complex(kind=dp), intent(out) :: hous(*)
integer(kind=ilp), intent(in) :: lhous
complex(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(in) :: lwork
integer(kind=ilp), intent(out) :: info

Module Procedures

public interface stdlib_chetrd_hb2st()

Arguments

None

public interface stdlib_zhetrd_hb2st()

Arguments

None