mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #173: remove dependency to MKL for LAPACKe backend.
This commit is contained in:
@@ -75,8 +75,8 @@ struct partial_lu_impl<EIGTYPE, StorageOrder, lapack_int> \
|
||||
|
||||
EIGEN_MKL_LU_PARTPIV(double, double, d)
|
||||
EIGEN_MKL_LU_PARTPIV(float, float, s)
|
||||
EIGEN_MKL_LU_PARTPIV(dcomplex, MKL_Complex16, z)
|
||||
EIGEN_MKL_LU_PARTPIV(scomplex, MKL_Complex8, c)
|
||||
EIGEN_MKL_LU_PARTPIV(dcomplex, lapack_complex_double, z)
|
||||
EIGEN_MKL_LU_PARTPIV(scomplex, lapack_complex_float, c)
|
||||
|
||||
} // end namespace internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user