stdlib_dsbtrd Interface

interface
public pure module subroutine stdlib_dsbtrd(vect, uplo, n, kd, ab, ldab, d, e, q, ldq, work, info)

Arguments

Type IntentOptional Attributes Name
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(inout) :: q(ldq,*)
integer(kind=ilp), intent(in) :: ldq
real(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: info