LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
{un,or}gl2: generate explicit Q, level 2, step in unglq
Collaboration diagram for {un,or}gl2: generate explicit Q, level 2, step in unglq:

Functions

subroutine cungl2 (M, N, K, A, LDA, TAU, WORK, INFO)
 CUNGL2 generates all or part of the unitary matrix Q from an LQ factorization determined by cgelqf (unblocked algorithm). More...
 
subroutine dorgl2 (M, N, K, A, LDA, TAU, WORK, INFO)
 DORGL2 More...
 
subroutine sorgl2 (M, N, K, A, LDA, TAU, WORK, INFO)
 SORGL2 More...
 
subroutine zungl2 (M, N, K, A, LDA, TAU, WORK, INFO)
 ZUNGL2 generates all or part of the unitary matrix Q from an LQ factorization determined by cgelqf (unblocked algorithm). More...
 

Detailed Description