dgeqpf Interface

interface
public subroutine dgeqpf(m, n, a, lda, jpvt, tau, work, info)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: m
integer, intent(in) :: n
real(kind=dp), intent(inout) :: a(lda,*)
integer, intent(in) :: lda
integer, intent(inout) :: jpvt(*)
real(kind=dp), intent(out) :: tau(*)
real(kind=dp), intent(out) :: work(*)
integer, intent(out) :: info

Description

QR factorization with column pivoting: A*P = Q*R.