![]() |
![]()
| ![]() |
![]()
NAMETESTING/LIN/dlqt02.f SYNOPSISFunctions/Subroutinessubroutine dlqt02 (m, n, k, a, af, q, l, lda, tau, work,
lwork, rwork, result)
Function/Subroutine Documentationsubroutine dlqt02 (integer m, integer n, integer k, double precision, dimension( lda, * ) a, double precision, dimension( lda, * ) af, double precision, dimension( lda, * ) q, double precision, dimension( lda, * ) l, integer lda, double precision, dimension( * ) tau, double precision, dimension( lwork ) work, integer lwork, double precision, dimension( * ) rwork, double precision, dimension( * ) result)DLQT02 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 dlqt02.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|