Function Dune::XT::Common::Lapacke::dsygv¶
-
int Dune::XT::Common::Lapacke::dsygv(int matrix_layout, int itype, char jobz, char uplo, int n, double *a, int lda, double *b, int ldb, double *w)¶
Wrapper around LAPACKE_dsygv
See also:
LAPACKE_dsygv, https://software.intel.com/en-us/mkl-developer-reference-c-sygv