ergo
|
Go to the source code of this file.
Macros | |
#define | z___ref(a_1, a_2) z__[(a_2)*z_dim1 + a_1] |
Functions | |
template<class Treal > | |
int | template_lapack_steqr (const char *compz, const integer *n, Treal *d__, Treal *e, Treal *z__, const integer *ldz, Treal *work, integer *info) |
#define z___ref | ( | a_1, | |
a_2 | |||
) | z__[(a_2)*z_dim1 + a_1] |
Referenced by template_lapack_steqr().
int template_lapack_steqr | ( | const char * | compz, |
const integer * | n, | ||
Treal * | d__, | ||
Treal * | e, | ||
Treal * | z__, | ||
const integer * | ldz, | ||
Treal * | work, | ||
integer * | info | ||
) |
References absMACRO, maxMACRO, template_blas_erbla(), template_blas_lsame(), template_blas_sqrt(), template_blas_swap(), template_lapack_d_sign(), template_lapack_lae2(), template_lapack_laev2(), template_lapack_lamch(), template_lapack_lanst(), template_lapack_lapy2(), template_lapack_lartg(), template_lapack_lascl(), template_lapack_laset(), template_lapack_lasr(), template_lapack_lasrt(), and z___ref.
Referenced by template_lapack_stevx(), and template_lapack_syev().