Go to the source code of this file.
|
#define | suma_ref(a_1, a_2) suma[(a_2)*2 + a_1 - 3] |
|
#define | sumb_ref(a_1, a_2) sumb[(a_2)*2 + a_1 - 3] |
|
#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] |
|
#define | sum_ref(a_1, a_2) sum[(a_2)*2 + a_1 - 3] |
|
|
template<class Treal > |
int | template_lapack_tgevc (const char *side, const char *howmny, const logical *select, const integer *n, const Treal *a, const integer *lda, const Treal *b, const integer *ldb, Treal *vl, const integer *ldvl, Treal *vr, const integer *ldvr, const integer *mm, integer *m, Treal *work, 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] |
◆ sum_ref
#define sum_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| sum[(a_2)*2 + a_1 - 3] |
◆ suma_ref
#define suma_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| suma[(a_2)*2 + a_1 - 3] |
◆ sumb_ref
#define sumb_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| sumb[(a_2)*2 + a_1 - 3] |
◆ 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_tgevc()
template<class Treal >
int template_lapack_tgevc |
( |
const char * |
side, |
|
|
const char * |
howmny, |
|
|
const logical * |
select, |
|
|
const integer * |
n, |
|
|
const Treal * |
a, |
|
|
const integer * |
lda, |
|
|
const Treal * |
b, |
|
|
const integer * |
ldb, |
|
|
Treal * |
vl, |
|
|
const integer * |
ldvl, |
|
|
Treal * |
vr, |
|
|
const integer * |
ldvr, |
|
|
const integer * |
mm, |
|
|
integer * |
m, |
|
|
Treal * |
work, |
|
|
integer * |
info |
|
) |
| |
References a_ref, absMACRO, b_ref, FALSE_, maxMACRO, minMACRO, sum_ref, suma_ref, sumb_ref, template_blas_erbla(), template_blas_gemv(), template_blas_lsame(), template_lapack_labad(), template_lapack_lacpy(), template_lapack_lag2(), template_lapack_laln2(), template_lapack_lamch(), TRUE_, vl_ref, and vr_ref.
Referenced by template_lapack_ggev().