stdlib_claqp2 Interface

interface
public pure module subroutine stdlib_claqp2(m, n, offset, a, lda, jpvt, tau, vn1, vn2, work)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: m
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: offset
complex(kind=sp), intent(inout) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
integer(kind=ilp), intent(inout) :: jpvt(*)
complex(kind=sp), intent(out) :: tau(*)
real(kind=sp), intent(inout) :: vn1(*)
real(kind=sp), intent(inout) :: vn2(*)
complex(kind=sp), intent(out) :: work(*)