stdlib_slasd0 Interface

interface
public pure module subroutine stdlib_slasd0(n, sqre, d, e, u, ldu, vt, ldvt, smlsiz, iwork, work, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: sqre
real(kind=sp), intent(inout) :: d(*)
real(kind=sp), intent(inout) :: e(*)
real(kind=sp), intent(out) :: u(ldu,*)
integer(kind=ilp), intent(in) :: ldu
real(kind=sp), intent(out) :: vt(ldvt,*)
integer(kind=ilp), intent(in) :: ldvt
integer(kind=ilp), intent(in) :: smlsiz
integer(kind=ilp), intent(out) :: iwork(*)
real(kind=sp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: info