stdlib_dlaed9 Interface

interface
public pure module subroutine stdlib_dlaed9(k, kstart, kstop, n, d, q, ldq, rho, dlamda, w, s, lds, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: k
integer(kind=ilp), intent(in) :: kstart
integer(kind=ilp), intent(in) :: kstop
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(out) :: d(*)
real(kind=dp), intent(out) :: q(ldq,*)
integer(kind=ilp), intent(in) :: ldq
real(kind=dp), intent(in) :: rho
real(kind=dp), intent(inout) :: dlamda(*)
real(kind=dp), intent(inout) :: w(*)
real(kind=dp), intent(out) :: s(lds,*)
integer(kind=ilp), intent(in) :: lds
integer(kind=ilp), intent(out) :: info