LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
geqp3: QR factor with pivoting, level 3
Collaboration diagram for geqp3: QR factor with pivoting, level 3:

Functions

subroutine cgeqp3 (M, N, A, LDA, JPVT, TAU, WORK, LWORK, RWORK, INFO)
 CGEQP3 More...
 
subroutine dgeqp3 (M, N, A, LDA, JPVT, TAU, WORK, LWORK, INFO)
 DGEQP3 More...
 
subroutine sgeqp3 (M, N, A, LDA, JPVT, TAU, WORK, LWORK, INFO)
 SGEQP3 More...
 
subroutine zgeqp3 (M, N, A, LDA, JPVT, TAU, WORK, LWORK, RWORK, INFO)
 ZGEQP3 More...
 

Detailed Description