LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
{un,or}g2l: step in ungql
Collaboration diagram for {un,or}g2l: step in ungql:

Functions

subroutine cung2l (M, N, K, A, LDA, TAU, WORK, INFO)
 CUNG2L generates all or part of the unitary matrix Q from a QL factorization determined by cgeqlf (unblocked algorithm). More...
 
subroutine dorg2l (M, N, K, A, LDA, TAU, WORK, INFO)
 DORG2L generates all or part of the orthogonal matrix Q from a QL factorization determined by sgeqlf (unblocked algorithm). More...
 
subroutine sorg2l (M, N, K, A, LDA, TAU, WORK, INFO)
 SORG2L generates all or part of the orthogonal matrix Q from a QL factorization determined by sgeqlf (unblocked algorithm). More...
 
subroutine zung2l (M, N, K, A, LDA, TAU, WORK, INFO)
 ZUNG2L generates all or part of the unitary matrix Q from a QL factorization determined by cgeqlf (unblocked algorithm). More...
 

Detailed Description