![]() |
![]()
| ![]() |
![]()
NAMESRC/dlaqz3.f SYNOPSISFunctions/Subroutinesrecursive subroutine dlaqz3 (ilschur, ilq, ilz, n, ilo,
ihi, nw, a, lda, b, ldb, q, ldq, z, ldz, ns, nd, alphar, alphai, beta, qc,
ldqc, zc, ldzc, work, lwork, rec, info)
Function/Subroutine Documentationrecursive subroutine dlaqz3 (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, double precision, dimension( lda, * ), intent(inout) a, integer, intent(in) lda, double precision, dimension( ldb, * ), intent(inout) b, integer, intent(in) ldb, double precision, dimension( ldq, * ), intent(inout) q, integer, intent(in) ldq, double precision, dimension( ldz, * ), intent(inout) z, integer, intent(in) ldz, integer, intent(out) ns, integer, intent(out) nd, double precision, dimension( * ), intent(inout) alphar, double precision, dimension( * ), intent(inout) alphai, double precision, dimension( * ), intent(inout) beta, double precision, dimension( ldqc, * ) qc, integer, intent(in) ldqc, double precision, dimension( ldzc, * ) zc, integer, intent(in) ldzc, double precision, dimension( * ) work, integer, intent(in) lwork, integer, intent(in) rec, integer, intent(out) info)DLAQZ3 Purpose:
Parameters ILSCHUR
ILQ
ILZ
N
ILO
IHI
NW
A
LDA
B
LDB
Q
LDQ
Z
LDZ
NS
ND
ALPHAR
ALPHAI
BETA
QC
LDQC
ZC
LDZC
WORK
LWORK
REC
INFO
Author Thijs Steel, KU Leuven
Date May 2020
Definition at line 235 of file dlaqz3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|