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