stdlib_slasd8 Interface

interface
public pure module subroutine stdlib_slasd8(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=sp), intent(out) :: d(*)
real(kind=sp), intent(inout) :: z(*)
real(kind=sp), intent(inout) :: vf(*)
real(kind=sp), intent(inout) :: vl(*)
real(kind=sp), intent(out) :: difl(*)
real(kind=sp), intent(out) :: difr(lddifr,*)
integer(kind=ilp), intent(in) :: lddifr
real(kind=sp), intent(inout) :: dsigma(*)
real(kind=sp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: info