![]() |
![]()
| ![]() |
![]()
NAMESRC/dgeqrt2.f SYNOPSISFunctions/Subroutinessubroutine dgeqrt2 (m, n, a, lda, t, ldt, info)
Function/Subroutine Documentationsubroutine dgeqrt2 (integer m, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( ldt, * ) t, integer ldt, integer info)DGEQRT2 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 dgeqrt2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|