QUDA  v1.1.0
A library for QCD on GPUs
eigen_helper.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef OPENBLAS_LIB
4 #define EIGEN_USE_LAPACKE
5 #define EIGEN_USE_BLAS
6 #endif
7 
8 #include <Eigen/Eigenvalues>
9 #include <Eigen/Dense>
10 #include <Eigen/LU>
11 
12 using namespace Eigen;