stdlib_dpteqr Interface

interface
public pure module subroutine stdlib_dpteqr(compz, n, d, e, z, ldz, work, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: compz
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: d(*)
real(kind=dp), intent(inout) :: e(*)
real(kind=dp), intent(inout) :: z(ldz,*)
integer(kind=ilp), intent(in) :: ldz
real(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: info