|
NAMETESTING/LIN/cqrt15.f SYNOPSISFunctions/Subroutinessubroutine cqrt15 (scale, rksel, m, n, nrhs, a, lda, b,
ldb, s, rank, norma, normb, iseed, work, lwork)
Function/Subroutine Documentationsubroutine cqrt15 (integer scale, integer rksel, integer m, integer n, integer nrhs, complex, dimension( lda, * ) a, integer lda, complex, dimension( ldb, * ) b, integer ldb, real, dimension( * ) s, integer rank, real norma, real normb, integer, dimension( 4 ) iseed, complex, dimension( lwork ) work, integer lwork)CQRT15 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 cqrt15.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|