eigen/unsupported/Eigen
Deven Desai c64fe9ea1f Updates to fix HIP-clang specific compile errors.
Compiling the eigen unittests with hip-clang (HIP with clang as the underlying compiler instead of hcc or nvcc), results in compile errors. The changes in this commit fix those compile errors. The main change is to convert a few instances of "__device__" to "EIGEN_DEVICE_FUNC"
2018-08-30 20:22:16 +00:00
..
CXX11 Updates to fix HIP-clang specific compile errors. 2018-08-30 20:22:16 +00:00
src EIGEN_UNUSED is not supported by g++4.7 (and not portable) 2018-09-12 11:49:10 +02:00
AdolcForward
AlignedVector3 Fix numerous shadow-warnings for GCC<=4.8 2018-08-28 18:32:39 +02:00
ArpackSupport Old gcc versions have problems with recursive #pragma GCC diagnostic push/pop 2018-08-28 11:44:15 +02:00
AutoDiff Fix numerous shadow-warnings for GCC<=4.8 2018-08-28 18:32:39 +02:00
BVH
CMakeLists.txt
EulerAngles
FFT Fix numerous shadow-warnings for GCC<=4.8 2018-08-28 18:32:39 +02:00
IterativeSolvers Fix numerous shadow-warnings for GCC<=4.8 2018-08-28 18:32:39 +02:00
KroneckerProduct
LevenbergMarquardt Fix numerous shadow-warnings for GCC<=4.8 2018-08-28 18:32:39 +02:00
MatrixFunctions Fix numerous shadow-warnings for GCC<=4.8 2018-08-28 18:32:39 +02:00
MoreVectorization
MPRealSupport Issue with mpreal and std::numeric_limits, i.e. digits is not a constant. Added a digits() traits in NumTraits with fallback to static constant. Specialization for mpreal added in MPRealSupport. 2017-03-24 17:45:56 +01:00
NonLinearOptimization Fix doc 2018-07-12 11:56:18 +02:00
NumericalDiff
OpenGLSupport Silence double-promotion warning 2018-08-17 16:39:43 +02:00
Polynomials Old gcc versions have problems with recursive #pragma GCC diagnostic push/pop 2018-08-28 11:44:15 +02:00
Skyline
SparseExtra
SpecialFunctions Updates corresponding to the latest round of PR feedback 2018-07-11 10:39:54 -04:00
Splines Fix numerous shadow-warnings for GCC<=4.8 2018-08-28 18:32:39 +02:00