30#ifndef REMORA_KERNELS_SYEV_HPP
31#define REMORA_KERNELS_SYEV_HPP
34#ifdef REMORA_USE_LAPACK
40namespace remora{
namespace kernels{
51template <
typename MatA,
typename VectorB>
53 matrix_expression<MatA, cpu_tag>& matA,
54 vector_expression<VectorB, cpu_tag>& eigenValues
56 bindings::syev(matA,eigenValues);