syev

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric matrix.

  1. void syev(char jobz, char uplo, f_int n, f_float* a, f_int lda, f_float* w, f_float* work, f_int lwork, f_int info)
  2. void syev(char jobz, char uplo, f_int n, f_double* a, f_int lda, f_double* w, f_double* work, f_int lwork, f_int info)

Meta