|
NAMESRC/zunm22.f SYNOPSISFunctions/Subroutinessubroutine zunm22 (side, trans, m, n, n1, n2, q, ldq, c,
ldc, work, lwork, info)
Function/Subroutine Documentationsubroutine zunm22 (character side, character trans, integer m, integer n, integer n1, integer n2, complex*16, dimension( ldq, * ) q, integer ldq, complex*16, dimension( ldc, * ) c, integer ldc, complex*16, dimension( * ) work, integer lwork, integer info)ZUNM22 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 zunm22.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|