#include 'lapacke_utils.h'
lapack_int LAPACKE_sspevx (int matrix_layout, char jobz, char range, char uplo, lapack_int n, float *ap, float vl, float vu, lapack_int il, lapack_int iu, float abstol, lapack_int *m, float *w, float *z, lapack_int ldz, lapack_int *ifail)
Definition at line 36 of file lapacke_sspevx.c.
Generated automatically by Doxygen for LAPACK from the source code.