Go to the source code of this file.
|
#define | v_ref(a_1, a_2) v[(a_2)*v_dim1 + a_1] |
|
|
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) |
|
◆ v_ref
#define v_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| v[(a_2)*v_dim1 + a_1] |
◆ template_lapack_ggbak()
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 |
|
) |
| |