QUDA
v1.1.0
A library for QCD on GPUs
quda
include
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;
Generated on Thu Oct 28 2021 16:10:26 for QUDA by
1.9.1