|
ergo
|
Go to the source code of this file.
Macros | |
| #define | a_ref(a_1, a_2) |
| #define | c___ref(a_1, a_2) |
Functions | |
| template<class Treal> | |
| int | template_lapack_orm2r (const char *side, const char *trans, const integer *m, const integer *n, const integer *k, Treal *a, const integer *lda, const Treal *tau, Treal *c__, const integer *ldc, Treal *work, integer *info) |
| #define a_ref | ( | a_1, | |
| a_2 ) |
Referenced by template_lapack_orm2r().
| #define c___ref | ( | a_1, | |
| a_2 ) |
Referenced by template_lapack_orm2r().
| int template_lapack_orm2r | ( | const char * | side, |
| const char * | trans, | ||
| const integer * | m, | ||
| const integer * | n, | ||
| const integer * | k, | ||
| Treal * | a, | ||
| const integer * | lda, | ||
| const Treal * | tau, | ||
| Treal * | c__, | ||
| const integer * | ldc, | ||
| Treal * | work, | ||
| integer * | info ) |
References a_ref, c___ref, maxMACRO, template_blas_erbla(), template_blas_lsame(), and template_lapack_larf().
Referenced by template_lapack_ormqr().