|
NAMESRC/claqz2.f SYNOPSISFunctions/Subroutinesrecursive subroutine claqz2 (ilschur, ilq, ilz, n, ilo,
ihi, nw, a, lda, b, ldb, q, ldq, z, ldz, ns, nd, alpha, beta, qc, ldqc, zc,
ldzc, work, lwork, rwork, rec, info)
Function/Subroutine Documentationrecursive subroutine claqz2 (logical, intent(in) ilschur, logical, intent(in) ilq, logical, intent(in) ilz, integer, intent(in) n, integer, intent(in) ilo, integer, intent(in) ihi, integer, intent(in) nw, complex, dimension( lda, * ), intent(inout) a, integer, intent(in) lda, complex, dimension( ldb, * ), intent(inout) b, integer, intent(in) ldb, complex, dimension( ldq, * ), intent(inout) q, integer, intent(in) ldq, complex, dimension( ldz, * ), intent(inout) z, integer, intent(in) ldz, integer, intent(out) ns, integer, intent(out) nd, complex, dimension( * ), intent(inout) alpha, complex, dimension( * ), intent(inout) beta, complex, dimension( ldqc, * ) qc, integer, intent(in) ldqc, complex, dimension( ldzc, * ) zc, integer, intent(in) ldzc, complex, dimension( * ) work, integer, intent(in) lwork, real, dimension( * ) rwork, integer, intent(in) rec, integer, intent(out) info)CLAQZ2 Purpose:
Parameters ILSCHUR
ILQ
ILZ
N
ILO
IHI
NW
A
LDA
B
LDB
Q
LDQ
Z
LDZ
NS
ND
ALPHA
BETA
QC
LDQC
ZC
LDZC
WORK
LWORK
RWORK
REC
INFO
Author Thijs Steel, KU Leuven, KU Leuven
Date May 2020
Definition at line 231 of file claqz2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|