|
NAMETESTING/LIN/zqrt03.f SYNOPSISFunctions/Subroutinessubroutine zqrt03 (m, n, k, af, c, cc, q, lda, tau, work,
lwork, rwork, result)
Function/Subroutine Documentationsubroutine zqrt03 (integer m, integer n, integer k, complex*16, dimension( lda, * ) af, complex*16, dimension( lda, * ) c, complex*16, dimension( lda, * ) cc, complex*16, dimension( lda, * ) q, integer lda, complex*16, dimension( * ) tau, complex*16, dimension( lwork ) work, integer lwork, double precision, dimension( * ) rwork, double precision, dimension( * ) result)ZQRT03 Purpose:
Parameters M
N
K
AF
C
CC
Q
LDA
TAU
WORK
LWORK
RWORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 134 of file zqrt03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|