![]() |
![]()
| ![]() |
![]()
NAMESRC/dlaqz4.f SYNOPSISFunctions/Subroutinessubroutine dlaqz4 (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 dlaqz4 (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, double precision, dimension( * ), intent(inout) sr, double precision, dimension( * ), intent(inout) si, double precision, dimension( * ), intent(inout) ss, 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, double precision, dimension( ldqc, * ), intent(inout) qc, integer, intent(in) ldqc, double precision, dimension( ldzc, * ), intent(inout) zc, integer, intent(in) ldzc, double precision, dimension( * ), intent(inout) work, integer, intent(in) lwork, integer, intent(out) info)DLAQZ4 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 209 of file dlaqz4.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|