![]() |
![]()
| ![]() |
![]()
NAMESRC/sorg2r.f SYNOPSISFunctions/Subroutinessubroutine sorg2r (m, n, k, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine sorg2r (integer m, integer n, integer k, real, dimension( lda, * ) a, integer lda, real, dimension( * ) tau, real, dimension( * ) work, integer info)SORG2R generates all or part of the orthogonal matrix Q from a QR factorization determined by sgeqrf (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 sorg2r.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|