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