cgeqlf.f (3) Linux Manual Page
cgeqlf.f – Synopsis Functions/Subroutines subroutine cgeqlf (M, N, A, LDA, TAU, WORK, LWORK, INFO) CGEQLF Function/Subroutine Documentation subroutine cgeqlf (integerM, integerN, complex, dimension( lda, * )A, integerLDA, complex, dimension( * )TAU, complex, dimension( * )WORK, integerLWORK, integerINFO) CGEQLF Purpose: CGEQLF computes a QL factorization of a complex M-by-N matrix A: A = Q * L….
