|
NAMETESTING/LIN/clqt03.f SYNOPSISFunctions/Subroutinessubroutine clqt03 (m, n, k, af, c, cc, q, lda, tau, work,
lwork, rwork, result)
Function/Subroutine Documentationsubroutine clqt03 (integer m, integer n, integer k, complex, dimension( lda, * ) af, complex, dimension( lda, * ) c, complex, dimension( lda, * ) cc, complex, dimension( lda, * ) q, integer lda, complex, dimension( * ) tau, complex, dimension( lwork ) work, integer lwork, real, dimension( * ) rwork, real, dimension( * ) result)CLQT03 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 clqt03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|