Go to the source code of this file.
|
#define | z___ref(a_1, a_2) z__[(a_2)*z_dim1 + a_1] |
|
|
template<class Treal > |
int | template_lapack_stevx (const char *jobz, const char *range, const integer *n, Treal *d__, Treal *e, const Treal *vl, const Treal *vu, const integer *il, const integer *iu, const Treal *abstol, integer *m, Treal *w, Treal *z__, const integer *ldz, Treal *work, integer *iwork, integer *ifail, integer *info) |
|
◆ z___ref
#define z___ref |
( |
| a_1, |
|
|
| a_2 ) z__[(a_2)*z_dim1 + a_1] |
◆ template_lapack_stevx()
template<class Treal >
int template_lapack_stevx |
( |
const char * | jobz, |
|
|
const char * | range, |
|
|
const integer * | n, |
|
|
Treal * | d__, |
|
|
Treal * | e, |
|
|
const Treal * | vl, |
|
|
const Treal * | vu, |
|
|
const integer * | il, |
|
|
const integer * | iu, |
|
|
const Treal * | abstol, |
|
|
integer * | m, |
|
|
Treal * | w, |
|
|
Treal * | z__, |
|
|
const integer * | ldz, |
|
|
Treal * | work, |
|
|
integer * | iwork, |
|
|
integer * | ifail, |
|
|
integer * | info ) |
References maxMACRO, minMACRO, template_blas_copy(), template_blas_erbla(), template_blas_lsame(), template_blas_scal(), template_blas_sqrt(), template_blas_swap(), template_lapack_lamch(), template_lapack_lanst(), template_lapack_stebz(), template_lapack_stein(), template_lapack_steqr(), template_lapack_sterf(), and z___ref.
Referenced by mat::stevx().