Go to the source code of this file.
|
#define | a_ref(a_1, a_2) a[(a_2)*a_dim1 + a_1] |
|
#define | b_ref(a_1, a_2) b[(a_2)*b_dim1 + a_1] |
|
#define | vl_ref(a_1, a_2) vl[(a_2)*vl_dim1 + a_1] |
|
#define | vr_ref(a_1, a_2) vr[(a_2)*vr_dim1 + a_1] |
|
|
template<class Treal > |
int | template_lapack_ggev (const char *jobvl, const char *jobvr, const integer *n, Treal *a, const integer *lda, Treal *b, const integer *ldb, Treal *alphar, Treal *alphai, Treal *beta, Treal *vl, const integer *ldvl, Treal *vr, const integer *ldvr, Treal *work, const integer *lwork, integer *info) |
|
◆ a_ref
#define a_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| a[(a_2)*a_dim1 + a_1] |
◆ b_ref
#define b_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| b[(a_2)*b_dim1 + a_1] |
◆ vl_ref
#define vl_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| vl[(a_2)*vl_dim1 + a_1] |
◆ vr_ref
#define vr_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| vr[(a_2)*vr_dim1 + a_1] |
◆ template_lapack_ggev()
template<class Treal >
int template_lapack_ggev |
( |
const char * |
jobvl, |
|
|
const char * |
jobvr, |
|
|
const integer * |
n, |
|
|
Treal * |
a, |
|
|
const integer * |
lda, |
|
|
Treal * |
b, |
|
|
const integer * |
ldb, |
|
|
Treal * |
alphar, |
|
|
Treal * |
alphai, |
|
|
Treal * |
beta, |
|
|
Treal * |
vl, |
|
|
const integer * |
ldvl, |
|
|
Treal * |
vr, |
|
|
const integer * |
ldvr, |
|
|
Treal * |
work, |
|
|
const integer * |
lwork, |
|
|
integer * |
info |
|
) |
| |
References a_ref, absMACRO, b_ref, FALSE_, maxMACRO, template_blas_erbla(), template_blas_lsame(), template_blas_sqrt(), template_lapack_geqrf(), template_lapack_ggbak(), template_lapack_ggbal(), template_lapack_gghrd(), template_lapack_hgeqz(), template_lapack_ilaenv(), template_lapack_labad(), template_lapack_lacpy(), template_lapack_lamch(), template_lapack_lange(), template_lapack_lascl(), template_lapack_laset(), template_lapack_orgqr(), template_lapack_ormqr(), template_lapack_tgevc(), TRUE_, vl_ref, and vr_ref.
Referenced by mat::ggev().