|
NAMESRC/cunm22.f SYNOPSISFunctions/Subroutinessubroutine cunm22 (side, trans, m, n, n1, n2, q, ldq, c,
ldc, work, lwork, info)
Function/Subroutine Documentationsubroutine cunm22 (character side, character trans, integer m, integer n, integer n1, integer n2, complex, dimension( ldq, * ) q, integer ldq, complex, dimension( ldc, * ) c, integer ldc, complex, dimension( * ) work, integer lwork, integer info)CUNM22 multiplies a general matrix by a banded unitary matrix. Purpose
Parameters SIDE
TRANS
M
N
N1
Q
LDQ
C
LDC
WORK
LWORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 160 of file cunm22.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|