Go to the source code of this file.
Defines | |
| #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(), template_lapack_larfb(), and template_lapack_larft().
| 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 | |||
| ) | [inline] |
References maxMACRO, template_blas_erbla(), template_blas_lsame(), template_blas_scal(), template_blas_swap(), and v_ref.
Referenced by template_lapack_ggev().
1.6.1