![]() |
![]()
| ![]() |
![]()
NAMESRC/sorgr2.f SYNOPSISFunctions/Subroutinessubroutine sorgr2 (m, n, k, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine sorgr2 (integer m, integer n, integer k, real, dimension( lda, * ) a, integer lda, real, dimension( * ) tau, real, dimension( * ) work, integer info)SORGR2 generates all or part of the orthogonal matrix Q from an RQ factorization determined by sgerqf (unblocked algorithm). Purpose:
Parameters M
N
K
A
LDA
TAU
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 113 of file sorgr2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|