LAPACK  3.6.0
LAPACK: Linear Algebra PACKage
lapacke_dspev.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_dspev.c:

Functions

lapack_int LAPACKE_dspev (int matrix_layout, char jobz, char uplo, lapack_int n, double *ap, double *w, double *z, lapack_int ldz)
 

Function Documentation

lapack_int LAPACKE_dspev ( int  matrix_layout,
char  jobz,
char  uplo,
lapack_int  n,
double *  ap,
double *  w,
double *  z,
lapack_int  ldz 
)