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

Functions

lapack_int LAPACKE_zheev (int matrix_layout, char jobz, char uplo, lapack_int n, lapack_complex_double *a, lapack_int lda, double *w)
 

Function Documentation

lapack_int LAPACKE_zheev ( int  matrix_layout,
char  jobz,
char  uplo,
lapack_int  n,
lapack_complex_double a,
lapack_int  lda,
double *  w 
)