![]() |
![]()
| ![]() |
![]()
NAMESRC/slaqz3.f SYNOPSISFunctions/Subroutinesrecursive subroutine slaqz3 (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 slaqz3 (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, real, dimension( lda, * ), intent(inout) a, integer, intent(in) lda, real, dimension( ldb, * ), intent(inout) b, integer, intent(in) ldb, real, dimension( ldq, * ), intent(inout) q, integer, intent(in) ldq, real, dimension( ldz, * ), intent(inout) z, integer, intent(in) ldz, integer, intent(out) ns, integer, intent(out) nd, real, dimension( * ), intent(inout) alphar, real, dimension( * ), intent(inout) alphai, real, dimension( * ), intent(inout) beta, real, dimension( ldqc, * ) qc, integer, intent(in) ldqc, real, dimension( ldzc, * ) zc, integer, intent(in) ldzc, real, dimension( * ) work, integer, intent(in) lwork, integer, intent(in) rec, integer, intent(out) info)SLAQZ3 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 234 of file slaqz3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|