|
NAMETESTING/LIN/zqrt15.f SYNOPSISFunctions/Subroutinessubroutine zqrt15 (scale, rksel, m, n, nrhs, a, lda, b,
ldb, s, rank, norma, normb, iseed, work, lwork)
Function/Subroutine Documentationsubroutine zqrt15 (integer scale, integer rksel, integer m, integer n, integer nrhs, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldb, * ) b, integer ldb, double precision, dimension( * ) s, integer rank, double precision norma, double precision normb, integer, dimension( 4 ) iseed, complex*16, dimension( lwork ) work, integer lwork)ZQRT15 Purpose:
Parameters SCALE
RKSEL
M
N
NRHS
A
LDA
B
LDB
S
RANK
NORMA
NORMB
ISEED
WORK
LWORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 147 of file zqrt15.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|