![]() |
![]()
| ![]() |
![]()
NAMElaqz3 - laqz3: step in ggev3, gges3 SYNOPSISFunctionssubroutine claqz3 (ilschur, ilq, ilz, n, ilo, ihi, nshifts,
nblock_desired, alpha, beta, a, lda, b, ldb, q, ldq, z, ldz, qc, ldqc, zc,
ldzc, work, lwork, info)
Detailed DescriptionFunction Documentationsubroutine claqz3 (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, complex, dimension( * ), intent(inout) alpha, complex, dimension( * ), intent(inout) beta, complex, dimension( lda, * ), intent(inout) a, integer, intent(in) lda, complex, dimension( ldb, * ), intent(inout) b, integer, intent(in) ldb, complex, dimension( ldq, * ), intent(inout) q, integer, intent(in) ldq, complex, dimension( ldz, * ), intent(inout) z, integer, intent(in) ldz, complex, dimension( ldqc, * ), intent(inout) qc, integer, intent(in) ldqc, complex, dimension( ldzc, * ), intent(inout) zc, integer, intent(in) ldzc, complex, dimension( * ), intent(inout) work, integer, intent(in) lwork, integer, intent(out) info)CLAQZ3 Purpose:
Parameters ILSCHUR
ILQ
ILZ
N
ILO
IHI
NSHIFTS
NBLOCK_DESIRED
ALPHA
BETA
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 203 of file claqz3.f. recursive 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. recursive 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. subroutine zlaqz3 (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, complex*16, dimension( * ), intent(inout) alpha, complex*16, dimension( * ), intent(inout) beta, complex*16, dimension( lda, * ), intent(inout) a, integer, intent(in) lda, complex*16, dimension( ldb, * ), intent(inout) b, integer, intent(in) ldb, complex*16, dimension( ldq, * ), intent(inout) q, integer, intent(in) ldq, complex*16, dimension( ldz, * ), intent(inout) z, integer, intent(in) ldz, complex*16, dimension( ldqc, * ), intent(inout) qc, integer, intent(in) ldqc, complex*16, dimension( ldzc, * ), intent(inout) zc, integer, intent(in) ldzc, complex*16, dimension( * ), intent(inout) work, integer, intent(in) lwork, integer, intent(out) info)ZLAQZ3 Purpose:
Parameters ILSCHUR
ILQ
ILZ
N
ILO
IHI
NSHIFTS
NBLOCK_DESIRED
ALPHA
BETA
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 204 of file zlaqz3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|