|
ergo
|
Go to the source code of this file.
Macros | |
| #define | a_ref(a_1, a_2) |
| #define | b_ref(a_1, a_2) |
| #define | q_ref(a_1, a_2) |
| #define | z___ref(a_1, a_2) |
Functions | |
| template<class Treal> | |
| int | template_lapack_hgeqz (const char *job, const char *compq, const char *compz, const integer *n, const integer *ilo, const integer *ihi, Treal *a, const integer *lda, Treal *b, const integer *ldb, Treal *alphar, Treal *alphai, Treal *beta, Treal *q, const integer *ldq, Treal *z__, const integer *ldz, Treal *work, const integer *lwork, integer *info) |
| #define a_ref | ( | a_1, | |
| a_2 ) |
Referenced by template_lapack_hgeqz().
| #define b_ref | ( | a_1, | |
| a_2 ) |
Referenced by template_lapack_hgeqz().
| #define q_ref | ( | a_1, | |
| a_2 ) |
Referenced by template_lapack_hgeqz().
| #define z___ref | ( | a_1, | |
| a_2 ) |
Referenced by template_lapack_hgeqz().
| int template_lapack_hgeqz | ( | const char * | job, |
| const char * | compq, | ||
| const char * | compz, | ||
| const integer * | n, | ||
| const integer * | ilo, | ||
| const integer * | ihi, | ||
| Treal * | a, | ||
| const integer * | lda, | ||
| Treal * | b, | ||
| const integer * | ldb, | ||
| Treal * | alphar, | ||
| Treal * | alphai, | ||
| Treal * | beta, | ||
| Treal * | q, | ||
| const integer * | ldq, | ||
| Treal * | z__, | ||
| const integer * | ldz, | ||
| Treal * | work, | ||
| const integer * | lwork, | ||
| integer * | info ) |
References a_ref, absMACRO, b_ref, cr, dlanhs_(), FALSE_, maxMACRO, minMACRO, q_ref, template_blas_erbla(), template_blas_lsame(), template_blas_rot(), template_blas_sqrt(), template_lapack_lag2(), template_lapack_lamch(), template_lapack_lapy2(), template_lapack_lapy3(), template_lapack_larfg(), template_lapack_lartg(), template_lapack_laset(), template_lapack_lasv2(), TRUE_, and z___ref.
Referenced by template_lapack_ggev().