ergo
|
Go to the source code of this file.
Macros | |
#define | a_ref(a_1, a_2) a[(a_2)*a_dim1 + a_1] |
Functions | |
template<class Treal > | |
int | template_lapack_lasr (const char *side, const char *pivot, const char *direct, const integer *m, const integer *n, const Treal *c__, const Treal *s, Treal *a, const integer *lda) |
#define a_ref | ( | a_1, | |
a_2 | |||
) | a[(a_2)*a_dim1 + a_1] |
Referenced by template_lapack_lasr().
int template_lapack_lasr | ( | const char * | side, |
const char * | pivot, | ||
const char * | direct, | ||
const integer * | m, | ||
const integer * | n, | ||
const Treal * | c__, | ||
const Treal * | s, | ||
Treal * | a, | ||
const integer * | lda | ||
) |
References a_ref, maxMACRO, template_blas_erbla(), and template_blas_lsame().
Referenced by template_lapack_steqr().