![]() |
![]()
| ![]() |
![]()
NAMElaqz1 - laqz1: step in ggev3, gges3 SYNOPSISFunctionssubroutine claqz1 (ilq, ilz, k, istartm, istopm, ihi, a,
lda, b, ldb, nq, qstart, q, ldq, nz, zstart, z, ldz)
Detailed DescriptionFunction Documentationsubroutine claqz1 (logical, intent(in) ilq, logical, intent(in) ilz, integer, intent(in) k, integer, intent(in) istartm, integer, intent(in) istopm, integer, intent(in) ihi, complex, dimension( lda, * ) a, integer, intent(in) lda, complex, dimension( ldb, * ) b, integer, intent(in) ldb, integer, intent(in) nq, integer, intent(in) qstart, complex, dimension( ldq, * ) q, integer, intent(in) ldq, integer, intent(in) nz, integer, intent(in) zstart, complex, dimension( ldz, * ) z, integer, intent(in) ldz)CLAQZ1 Purpose:
Parameters ILQ
ILZ
K
ISTARTM
ISTOPM
IHI
A
LDA
B
LDB
NQ
QSTART
Q
LDQ
NZ
ZSTART
Z
LDZ
Author Thijs Steel, KU Leuven
Date May 2020
Definition at line 171 of file claqz1.f. subroutine dlaqz1 (double precision, dimension( lda, * ), intent(in) a, integer, intent(in) lda, double precision, dimension( ldb, * ), intent(in) b, integer, intent(in) ldb, double precision, intent(in) sr1, double precision, intent(in) sr2, double precision, intent(in) si, double precision, intent(in) beta1, double precision, intent(in) beta2, double precision, dimension( * ), intent(out) v)DLAQZ1 Purpose:
Parameters A
LDA
B
LDB
SR1
SR2
SI
BETA1
BETA2
V
Author Thijs Steel, KU Leuven
Date May 2020
Definition at line 125 of file dlaqz1.f. subroutine slaqz1 (real, dimension( lda, * ), intent(in) a, integer, intent(in) lda, real, dimension( ldb, * ), intent(in) b, integer, intent(in) ldb, real, intent(in) sr1, real, intent(in) sr2, real, intent(in) si, real, intent(in) beta1, real, intent(in) beta2, real, dimension( * ), intent(out) v)SLAQZ1 Purpose:
Parameters A
LDA
B
LDB
SR1
SR2
SI
BETA1
BETA2
V
Author Thijs Steel, KU Leuven
Date May 2020
Definition at line 125 of file slaqz1.f. subroutine zlaqz1 (logical, intent(in) ilq, logical, intent(in) ilz, integer, intent(in) k, integer, intent(in) istartm, integer, intent(in) istopm, integer, intent(in) ihi, complex*16, dimension( lda, * ) a, integer, intent(in) lda, complex*16, dimension( ldb, * ) b, integer, intent(in) ldb, integer, intent(in) nq, integer, intent(in) qstart, complex*16, dimension( ldq, * ) q, integer, intent(in) ldq, integer, intent(in) nz, integer, intent(in) zstart, complex*16, dimension( ldz, * ) z, integer, intent(in) ldz)ZLAQZ1 Purpose:
Parameters ILQ
ILZ
K
ISTARTM
ISTOPM
IHI
A
LDA
B
LDB
NQ
QSTART
Q
LDQ
NZ
ZSTART
Z
LDZ
Author Thijs Steel, KU Leuven
Date May 2020
Definition at line 171 of file zlaqz1.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|