Go to the source code of this file.
Defines | |
| #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] |
Functions | |
| 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) |
| #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] |
| #define work_ref | ( | a_1, | |||
| a_2 | ) | work[(a_2)*work_dim1 + a_1] |
| 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 | |||
| ) |
1.4.7