stdlib_dlasd8 Interface

interface
public pure module subroutine stdlib_dlasd8(icompq, k, d, z, vf, vl, difl, difr, lddifr, dsigma, work, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: icompq
integer(kind=ilp), intent(in) :: k
real(kind=dp), intent(out) :: d(*)
real(kind=dp), intent(inout) :: z(*)
real(kind=dp), intent(inout) :: vf(*)
real(kind=dp), intent(inout) :: vl(*)
real(kind=dp), intent(out) :: difl(*)
real(kind=dp), intent(out) :: difr(lddifr,*)
integer(kind=ilp), intent(in) :: lddifr
real(kind=dp), intent(inout) :: dsigma(*)
real(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: info