ergo
|
Go to the source code of this file.
Macros | |
#define | v_ref(a_1, a_2) v[(a_2)*v_dim1 + a_1] |
Functions | |
template<class Treal > | |
int | template_lapack_ggbak (const char *job, const char *side, const integer *n, const integer *ilo, const integer *ihi, const Treal *lscale, const Treal *rscale, const integer *m, Treal *v, const integer *ldv, integer *info) |
#define v_ref | ( | a_1, | |
a_2 | |||
) | v[(a_2)*v_dim1 + a_1] |
Referenced by template_lapack_ggbak().
int template_lapack_ggbak | ( | const char * | job, |
const char * | side, | ||
const integer * | n, | ||
const integer * | ilo, | ||
const integer * | ihi, | ||
const Treal * | lscale, | ||
const Treal * | rscale, | ||
const integer * | m, | ||
Treal * | v, | ||
const integer * | ldv, | ||
integer * | info | ||
) |
References maxMACRO, template_blas_erbla(), template_blas_lsame(), template_blas_scal(), template_blas_swap(), and v_ref.
Referenced by template_lapack_ggev().