stdlib_dlasq1 Interface

interface
public pure module subroutine stdlib_dlasq1(n, d, e, work, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: d(*)
real(kind=dp), intent(inout) :: e(*)
real(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: info