sytrd_sb2st Interface

public interface sytrd_sb2st

SYTRD_SB2ST reduces a real symmetric band matrix A to real symmetric tridiagonal form T by a orthogonal similarity transformation: Q**T * A * Q = T.


Subroutines

public subroutine dsytrd_sb2st(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
real(kind=dp), intent(inout) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
real(kind=dp), intent(out) :: d(*)
real(kind=dp), intent(out) :: e(*)
real(kind=dp), intent(out) :: hous(*)
integer(kind=ilp), intent(in) :: lhous
real(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(in) :: lwork
integer(kind=ilp), intent(out) :: info

public subroutine ssytrd_sb2st(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
real(kind=sp), intent(inout) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
real(kind=sp), intent(out) :: d(*)
real(kind=sp), intent(out) :: e(*)
real(kind=sp), intent(out) :: hous(*)
integer(kind=ilp), intent(in) :: lhous
real(kind=sp), intent(out) :: work(*)
integer(kind=ilp), intent(in) :: lwork
integer(kind=ilp), intent(out) :: info

Module Procedures

public interface stdlib_dsytrd_sb2st()

Arguments

None

public interface stdlib_ssytrd_sb2st()

Arguments

None