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_stein (const integer *n, const Treal *d__, const Treal *e, const integer *m, const Treal *w, const integer *iblock, const integer *isplit, 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_stein()
template<class Treal >
int template_lapack_stein |
( |
const integer * |
n, |
|
|
const Treal * |
d__, |
|
|
const Treal * |
e, |
|
|
const integer * |
m, |
|
|
const Treal * |
w, |
|
|
const integer * |
iblock, |
|
|
const integer * |
isplit, |
|
|
Treal * |
z__, |
|
|
const integer * |
ldz, |
|
|
Treal * |
work, |
|
|
integer * |
iwork, |
|
|
integer * |
ifail, |
|
|
integer * |
info |
|
) |
| |
References absMACRO, maxMACRO, template_blas_asum(), template_blas_axpy(), template_blas_copy(), template_blas_dot(), template_blas_erbla(), template_blas_idamax(), template_blas_nrm2(), template_blas_scal(), template_blas_sqrt(), template_lapack_lagtf(), template_lapack_lagts(), template_lapack_lamch(), template_lapack_larnv(), and z___ref.
Referenced by template_lapack_stevr(), and template_lapack_stevx().