VMPS++
Loading...
Searching...
No Matches
LapackManager.h
Go to the documentation of this file.
1#define DONT_USE_BDCSVD
2#define EIGEN_USE_BLAS
3#define EIGEN_USE_LAPACKE
4#ifdef MKL
5#define EIGEN_USE_MKL_VML
6#endif
7#define LAPACK_COMPLEX_CUSTOM
8#define lapack_complex_float std::complex<float>
9#define lapack_complex_double std::complex<double>
10
11//*************************************************************************************************************//
12//Include this file to use BLAS and LAPACK as a backend for linear algebra operations.
13//See http://eigen.tuxfamily.org/dox/TopicUsingBlasLapack.html for what algorithms are ported to BLAS/LAPACK
14//Remark: Linking against a BLAS and LAPACK implementations is mandatory. (For example -lopenblas and -llapack)
15//*************************************************************************************************************//
16