|
NAMESRC/zgeqrt2.f SYNOPSISFunctions/Subroutinessubroutine zgeqrt2 (m, n, a, lda, t, ldt, info)
Function/Subroutine Documentationsubroutine zgeqrt2 (integer m, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldt, * ) t, integer ldt, integer info)ZGEQRT2 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 zgeqrt2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|