stdlib_dsptrd Interface

interface
public pure module subroutine stdlib_dsptrd(uplo, n, ap, d, e, tau, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: ap(*)
real(kind=dp), intent(out) :: d(*)
real(kind=dp), intent(out) :: e(*)
real(kind=dp), intent(out) :: tau(*)
integer(kind=ilp), intent(out) :: info