![]() |
![]()
| ![]() |
![]()
NAMESRC/sgeqr2p.f SYNOPSISFunctions/Subroutinessubroutine sgeqr2p (m, n, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine sgeqr2p (integer m, integer n, real, dimension( lda, * ) a, integer lda, real, dimension( * ) tau, real, dimension( * ) work, integer info)SGEQR2P computes the QR factorization of a general rectangular matrix with non-negative diagonal elements 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 133 of file sgeqr2p.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|