LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
geqrfp: QR factor, diag( R ) ≥ 0
Collaboration diagram for geqrfp: QR factor, diag( R ) ≥ 0:

Functions

subroutine cgeqrfp (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 CGEQRFP More...
 
subroutine dgeqrfp (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 DGEQRFP More...
 
subroutine sgeqrfp (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 SGEQRFP More...
 
subroutine zgeqrfp (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 ZGEQRFP More...
 

Detailed Description