![]() |
![]()
| ![]() |
![]()
NAMESRC/slaqz4.f SYNOPSISFunctions/Subroutinessubroutine slaqz4 (ilschur, ilq, ilz, n, ilo, ihi, nshifts,
nblock_desired, sr, si, ss, a, lda, b, ldb, q, ldq, z, ldz, qc, ldqc, zc,
ldzc, work, lwork, info)
Function/Subroutine Documentationsubroutine slaqz4 (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) nshifts, integer, intent(in) nblock_desired, real, dimension( * ), intent(inout) sr, real, dimension( * ), intent(inout) si, real, dimension( * ), intent(inout) ss, 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, real, dimension( ldqc, * ), intent(inout) qc, integer, intent(in) ldqc, real, dimension( ldzc, * ), intent(inout) zc, integer, intent(in) ldzc, real, dimension( * ), intent(inout) work, integer, intent(in) lwork, integer, intent(out) info)SLAQZ4 Purpose:
Parameters ILSCHUR
ILQ
ILZ
N
ILO
IHI
NSHIFTS
NBLOCK_DESIRED
SR
SI
SS
A
LDA
B
LDB
Q
LDQ
Z
LDZ
QC
LDQC
ZC
LDZC
WORK
LWORK
INFO
Author Thijs Steel, KU Leuven
Date May 2020
Definition at line 210 of file slaqz4.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|