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