Go to the source code of this file.
Functions | |
lapack_int | LAPACKE_dstegr (int matrix_order, char jobz, char range, lapack_int n, double *d, double *e, double vl, double vu, lapack_int il, lapack_int iu, double abstol, lapack_int *m, double *w, double *z, lapack_int ldz, lapack_int *isuppz) |
lapack_int LAPACKE_dstegr | ( | int | matrix_order, |
char | jobz, | ||
char | range, | ||
lapack_int | n, | ||
double * | d, | ||
double * | e, | ||
double | vl, | ||
double | vu, | ||
lapack_int | il, | ||
lapack_int | iu, | ||
double | abstol, | ||
lapack_int * | m, | ||
double * | w, | ||
double * | z, | ||
lapack_int | ldz, | ||
lapack_int * | isuppz | ||
) |
Definition at line 37 of file lapacke_dstegr.c.