Go to the source code of this file.
Functions | |
lapack_int | LAPACKE_chpev_work (int matrix_order, char jobz, char uplo, lapack_int n, lapack_complex_float *ap, float *w, lapack_complex_float *z, lapack_int ldz, lapack_complex_float *work, float *rwork) |
lapack_int LAPACKE_chpev_work | ( | int | matrix_order, |
char | jobz, | ||
char | uplo, | ||
lapack_int | n, | ||
lapack_complex_float * | ap, | ||
float * | w, | ||
lapack_complex_float * | z, | ||
lapack_int | ldz, | ||
lapack_complex_float * | work, | ||
float * | rwork | ||
) |
Definition at line 37 of file lapacke_chpev_work.c.