
Go to the source code of this file.
Functions | |
| lapack_int | LAPACKE_zheevd (int matrix_order, char jobz, char uplo, lapack_int n, lapack_complex_double *a, lapack_int lda, double *w) |
| lapack_int LAPACKE_zheevd | ( | int | matrix_order, |
| char | jobz, | ||
| char | uplo, | ||
| lapack_int | n, | ||
| lapack_complex_double * | a, | ||
| lapack_int | lda, | ||
| double * | w | ||
| ) |
Definition at line 37 of file lapacke_zheevd.c.