47 LAPACK_zstegr( &jobz, &range, &n, d, e, &vl, &vu, &il, &iu, &abstol, m,
48 w, z, &ldz, isuppz, work, &lwork, iwork, &liwork,
57 if( (
LAPACKE_lsame( jobz,
'v' ) && ( ldz < ldz_t ) ) || ( ldz < 1 ) ) {
63 if( liwork == -1 || lwork == -1 ) {
64 LAPACK_zstegr( &jobz, &range, &n, d, e, &vl, &vu, &il, &iu, &abstol,
65 m, w, z, &ldz_t, isuppz, work, &lwork, iwork,
67 return (info < 0) ? (info - 1) : info;
81 LAPACK_zstegr( &jobz, &range, &n, d, e, &vl, &vu, &il, &iu, &abstol, m,
82 w, z_t, &ldz_t, isuppz, work, &lwork, iwork, &liwork,
#define lapack_complex_double
void LAPACK_zstegr(char const *jobz, char const *range, lapack_int const *n, double *D, double *E, double const *vl, double const *vu, lapack_int const *il, lapack_int const *iu, double const *abstol, lapack_int *m, double *W, lapack_complex_double *Z, lapack_int const *ldz, lapack_int *ISUPPZ, double *work, lapack_int const *lwork, lapack_int *iwork, lapack_int const *liwork, lapack_int *info)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_zge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_double *in, lapack_int ldin, lapack_complex_double *out, lapack_int ldout)