dgerq2.f (3) Linux Manual Page
dgerq2.f – Synopsis Functions/Subroutines subroutine dgerq2 (M, N, A, LDA, TAU, WORK, INFO) DGERQ2 computes the RQ factorization of a general rectangular matrix using an unblocked algorithm. Function/Subroutine Documentation subroutine dgerq2 (integerM, integerN, double precision, dimension( lda, * )A, integerLDA, double precision, dimension( * )TAU, double precision, dimension( * )WORK, integerINFO) DGERQ2 computes the RQ…
