Go to the source code of this file.
Defines | |
| #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] |
Functions | |
| 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) |
| #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] |
| 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 | |||
| ) |
1.4.7