stdlib_zlaed0 Interface

interface
public pure module subroutine stdlib_zlaed0(qsiz, n, d, e, q, ldq, qstore, ldqs, rwork, iwork, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: qsiz
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: d(*)
real(kind=dp), intent(inout) :: e(*)
complex(kind=dp), intent(inout) :: q(ldq,*)
integer(kind=ilp), intent(in) :: ldq
complex(kind=dp), intent(out) :: qstore(ldqs,*)
integer(kind=ilp), intent(in) :: ldqs
real(kind=dp), intent(out) :: rwork(*)
integer(kind=ilp), intent(out) :: iwork(*)
integer(kind=ilp), intent(out) :: info