|
NAMESRC/zunbdb5.f SYNOPSISFunctions/Subroutinessubroutine zunbdb5 (m1, m2, n, x1, incx1, x2, incx2, q1,
ldq1, q2, ldq2, work, lwork, info)
Function/Subroutine Documentationsubroutine zunbdb5 (integer m1, integer m2, integer n, complex*16, dimension(*) x1, integer incx1, complex*16, dimension(*) x2, integer incx2, complex*16, dimension(ldq1,*) q1, integer ldq1, complex*16, dimension(ldq2,*) q2, integer ldq2, complex*16, dimension(*) work, integer lwork, integer info)ZUNBDB5 Purpose:
Parameters M1
M2
N
X1
INCX1
X2
INCX2
Q1
LDQ1
Q2
LDQ2
WORK
LWORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 154 of file zunbdb5.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|