LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
gelq: LQ factor, flexible
Collaboration diagram for gelq: LQ factor, flexible:

Functions

subroutine cgelq (M, N, A, LDA, T, TSIZE, WORK, LWORK, INFO)
 CGELQ More...
 
subroutine dgelq (M, N, A, LDA, T, TSIZE, WORK, LWORK, INFO)
 DGELQ More...
 
subroutine sgelq (M, N, A, LDA, T, TSIZE, WORK, LWORK, INFO)
 SGELQ More...
 
subroutine zgelq (M, N, A, LDA, T, TSIZE, WORK, LWORK, INFO)
 ZGELQ More...
 

Detailed Description