![]() |
![]()
| ![]() |
![]()
NAMESRC/sgerq2.f SYNOPSISFunctions/Subroutinessubroutine sgerq2 (m, n, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine sgerq2 (integer m, integer n, real, dimension( lda, * ) a, integer lda, real, dimension( * ) tau, real, dimension( * ) work, integer info)SGERQ2 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 sgerq2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|