mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix long to int conversion in BLAS API.
This commit is contained in:
@@ -114,7 +114,9 @@ typedef std::complex<double> dcomplex;
|
||||
typedef std::complex<float> scomplex;
|
||||
|
||||
#if defined(EIGEN_USE_BLAS) && !defined(EIGEN_USE_MKL)
|
||||
typedef int MKL_INT;
|
||||
typedef int BlasIndex;
|
||||
#else
|
||||
typedef MKL_INT BlasIndex;
|
||||
#endif
|
||||
|
||||
namespace internal {
|
||||
|
||||
Reference in New Issue
Block a user