LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
gelq2: LQ factor, level 2
Collaboration diagram for gelq2: LQ factor, level 2:

Functions

subroutine cgelq2 (M, N, A, LDA, TAU, WORK, INFO)
 CGELQ2 computes the LQ factorization of a general rectangular matrix using an unblocked algorithm. More...
 
subroutine dgelq2 (M, N, A, LDA, TAU, WORK, INFO)
 DGELQ2 computes the LQ factorization of a general rectangular matrix using an unblocked algorithm. More...
 
subroutine sgelq2 (M, N, A, LDA, TAU, WORK, INFO)
 SGELQ2 computes the LQ factorization of a general rectangular matrix using an unblocked algorithm. More...
 
subroutine zgelq2 (M, N, A, LDA, TAU, WORK, INFO)
 ZGELQ2 computes the LQ factorization of a general rectangular matrix using an unblocked algorithm. More...
 

Detailed Description