![]() |
![]()
| ![]() |
![]()
NAMElaqz4 - laqz4: step in ggev3, gges3 SYNOPSISFunctionssubroutine 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)
Detailed DescriptionFunction 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. subroutine 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.
|