Go to the source code of this file.
|
#define | work_ref(a_1, a_2) work[(a_2)*work_dim1 + a_1] |
|
#define | c___ref(a_1, a_2) c__[(a_2)*c_dim1 + a_1] |
|
#define | v_ref(a_1, a_2) v[(a_2)*v_dim1 + a_1] |
|
|
template<class Treal > |
int | template_lapack_larfb (const char *side, const char *trans, const char *direct, const char *storev, const integer *m, const integer *n, const integer *k, const Treal *v, const integer *ldv, const Treal *t, const integer *ldt, Treal *c__, const integer *ldc, Treal *work, const integer *ldwork) |
|
◆ c___ref
#define c___ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| c__[(a_2)*c_dim1 + a_1] |
◆ v_ref
#define v_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| v[(a_2)*v_dim1 + a_1] |
◆ work_ref
#define work_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| work[(a_2)*work_dim1 + a_1] |
◆ template_lapack_larfb()
template<class Treal >
int template_lapack_larfb |
( |
const char * |
side, |
|
|
const char * |
trans, |
|
|
const char * |
direct, |
|
|
const char * |
storev, |
|
|
const integer * |
m, |
|
|
const integer * |
n, |
|
|
const integer * |
k, |
|
|
const Treal * |
v, |
|
|
const integer * |
ldv, |
|
|
const Treal * |
t, |
|
|
const integer * |
ldt, |
|
|
Treal * |
c__, |
|
|
const integer * |
ldc, |
|
|
Treal * |
work, |
|
|
const integer * |
ldwork |
|
) |
| |