table of contents
other versions
- stretch 3.7.0-2
lapacke_sstevr.c(3) | LAPACK | lapacke_sstevr.c(3) |
NAME¶
lapacke_sstevr.cSYNOPSIS¶
#include 'lapacke_utils.h'
Functions¶
lapack_int LAPACKE_sstevr (int matrix_layout, char jobz, char range, lapack_int n, float *d, float *e, float vl, float vu, lapack_int il, lapack_int iu, float abstol, lapack_int *m, float *w, float *z, lapack_int ldz, lapack_int *isuppz)
Function Documentation¶
lapack_int LAPACKE_sstevr (int matrix_layout, char jobz, char range, lapack_int n, float * d, float * e, float vl, float vu, lapack_int il, lapack_int iu, float abstol, lapack_int * m, float * w, float * z, lapack_int ldz, lapack_int * isuppz)¶
Author¶
Generated automatically by Doxygen for LAPACK from the source code.Wed May 24 2017 | Version 3.7.0 |