|
NAMETESTING/LIN/clqt02.f SYNOPSISFunctions/Subroutinessubroutine clqt02 (m, n, k, a, af, q, l, lda, tau, work,
lwork, rwork, result)
Function/Subroutine Documentationsubroutine clqt02 (integer m, integer n, integer k, complex, dimension( lda, * ) a, complex, dimension( lda, * ) af, complex, dimension( lda, * ) q, complex, dimension( lda, * ) l, integer lda, complex, dimension( * ) tau, complex, dimension( lwork ) work, integer lwork, real, dimension( * ) rwork, real, dimension( * ) result)CLQT02 Purpose:
Parameters M
N
K
A
AF
Q
L
LDA
TAU
WORK
LWORK
RWORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 133 of file clqt02.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|