![]() |
![]()
| ![]() |
![]()
NAMESRC/dgerq2.f SYNOPSISFunctions/Subroutinessubroutine dgerq2 (m, n, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine dgerq2 (integer m, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( * ) tau, double precision, dimension( * ) work, integer info)DGERQ2 computes the RQ factorization of a general rectangular matrix using an unblocked algorithm. Purpose:
Parameters M
N
A
LDA
TAU
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 122 of file dgerq2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|