Go to the source code of this file.
Macros |
#define | t_ref(a_1, a_2) t[(a_2)*t_dim1 + a_1] |
#define | v_ref(a_1, a_2) v[(a_2)*v_dim1 + a_1] |
Macro Definition Documentation
#define t_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| t[(a_2)*t_dim1 + a_1] |
#define v_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| v[(a_2)*v_dim1 + a_1] |
Function Documentation
template<class Treal >
int template_lapack_larft |
( |
const char * |
direct, |
|
|
const char * |
storev, |
|
|
const integer * |
n, |
|
|
const integer * |
k, |
|
|
Treal * |
v, |
|
|
const integer * |
ldv, |
|
|
const Treal * |
tau, |
|
|
Treal * |
t, |
|
|
const integer * |
ldt |
|
) |
| |