![]() |
![]()
| ![]() |
![]()
NAMESRC/sgeqrt2.f SYNOPSISFunctions/Subroutinessubroutine sgeqrt2 (m, n, a, lda, t, ldt, info)
Function/Subroutine Documentationsubroutine sgeqrt2 (integer m, integer n, real, dimension( lda, * ) a, integer lda, real, dimension( ldt, * ) t, integer ldt, integer info)SGEQRT2 computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. Purpose:
Parameters M
N
A
LDA
T
LDT
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 126 of file sgeqrt2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|