LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
gerq2: RQ factor, level 2
Collaboration diagram for gerq2: RQ factor, level 2:

Functions

subroutine cgerq2 (M, N, A, LDA, TAU, WORK, INFO)
 CGERQ2 computes the RQ factorization of a general rectangular matrix using an unblocked algorithm. More...
 
subroutine dgerq2 (M, N, A, LDA, TAU, WORK, INFO)
 DGERQ2 computes the RQ factorization of a general rectangular matrix using an unblocked algorithm. More...
 
subroutine sgerq2 (M, N, A, LDA, TAU, WORK, INFO)
 SGERQ2 computes the RQ factorization of a general rectangular matrix using an unblocked algorithm. More...
 
subroutine zgerq2 (M, N, A, LDA, TAU, WORK, INFO)
 ZGERQ2 computes the RQ factorization of a general rectangular matrix using an unblocked algorithm. More...
 

Detailed Description