1. 917060c Add static assertion for fixed sizes Ref<> by Gael Guennebaud · 6 years ago branches/default master
  2. 3634ec3 Implement better static assertion checking to make sure that the first assertion is a static one and not a runtime one. by Gael Guennebaud · 6 years ago
  3. 83bb147 Add static assertion on selfadjoint-view's UpLo parameter. by Gael Guennebaud · 6 years ago
  4. 1ae2849 Fix implicit conversion from 0.0 to scalar by Gael Guennebaud · 6 years ago
  5. 7b2a831 add unit test for SimplicialCholesky and Boost multiprec. by Gael Guennebaud · 6 years ago
  6. b5dc322 Bug 1517: fix triangular product with unit diagonal and nested scaling factor: (s*A).triangularView<UpperUnit>()*B by Gael Guennebaud · 6 years ago
  7. 7840e9b Fix linear indexing in generic block evaluation. by Gael Guennebaud · 6 years ago
  8. 6f61b70 Fix typo by Gael Guennebaud · 6 years ago
  9. d58f734 Update the padding computation for PADDING_SAME to be consistent with TensorFlow. by Benoit Steiner · 7 years ago
  10. e9e9548 Bug 1412: fix compilation with nvcc+MSVC by Gael Guennebaud · 7 years ago
  11. 30994dc Fix incorrect ldvt in LAPACKE call from JacobiSVD by Eugene Chereshnev · 7 years ago
  12. dfcb106 Disable use of recurrence for computing twiddle factors. by Benoit Steiner · 7 years ago
  13. a14a602 Fix gcc7 warning by Gael Guennebaud · 7 years ago
  14. 4b6b3ac Disable use of recurrence for computing twiddle factors. Fixes FFT precision issues for large FFTs. https://github.com/tensorflow/tensorflow/issues/10749#issuecomment-354557689 by RJ Ryan · 7 years ago
  15. 5a0ab9f For cuda 9.1 replace math_functions.hpp with cuda_runtime.h by nluehr · 7 years ago
  16. d608d9f Fix compilation of stableNorm with some expressions as input by Gael Guennebaud · 7 years ago
  17. 3d0e4fc Workaround nvcc 9.0 issue. See PR 351. by Gael Guennebaud · 7 years ago
  18. 99a6cce Fix cmake warning by Gael Guennebaud · 7 years ago
  19. a37c92b fix unit test by Gael Guennebaud · 7 years ago
  20. 86af6b3 Add possibility to overwrite EIGEN_STRONG_INLINE. by Gael Guennebaud · 7 years ago
  21. 8ca4264 Fix packet and alignment propagation logic of Block<Xpr> expressions. In particular, (A+B).col(j) lost vectorisation. by Gael Guennebaud · 7 years ago
  22. c50adb2 ignore all *build* sub directories by Gael Guennebaud · 7 years ago
  23. 6ac06d7 fix header inclusion by Gael Guennebaud · 7 years ago
  24. 70d6c4b Update the padding computation for PADDING_SAME to be consistent with TensorFlow. by Yangzihao Wang · 7 years ago
  25. 821bad0 Merged in ncluehr/eigen/float2half-fix (pull request #349) by Benoit Steiner · 7 years ago
  26. cdfc18c Replace __float2half_rn with __float2half by nluehr · 7 years ago branches/float2half-fix
  27. 9ba6434 clarify Pastix requirements by Gael Guennebaud · 7 years ago
  28. a99b222 silent MSVC warning by Gael Guennebaud · 7 years ago
  29. 399513b Merged in ncluehr/eigen/predux_fp16_fix (pull request #348) by Benoit Steiner · 7 years ago
  30. f1bd6c8 Fix incorrect integer cast in predux<half2>(). by nluehr · 7 years ago branches/predux_fp16_fix
  31. ad8fd1b Handle PGI compiler by Gael Guennebaud · 7 years ago
  32. 159baad Disable gcc-specific workaround for Clang to allow build with AVX512 by Zvi Rackover · 7 years ago
  33. 18f6cda Bug 1479: fix failure detection in LDLT by Gael Guennebaud · 7 years ago
  34. 0be5a72 Make buildtests.in more robust by Androbin42 · 7 years ago
  35. 2c4bf1b Make eigen_monitor_perf.sh more robust by Androbin42 · 7 years ago
  36. d35b204 Merged in alainvaucher/eigen/find-module-imported-target (pull request #324) by Gael Guennebaud · 7 years ago
  37. 2c7e898 Bug 1485: fix linking issue of non template functions by Gael Guennebaud · 7 years ago
  38. ca8aa31 Add KLU in the list of third-party sparse solvers by Gael Guennebaud · 7 years ago
  39. 442703c Move KLU support to official by Gael Guennebaud · 7 years ago
  40. b530f6a KLU: truely disable unimplemented code, add proper static assertions in solve by Gael Guennebaud · 7 years ago
  41. ce7148a KLU depends on BTF but not on libSuiteSparse nor Cholmod by Gael Guennebaud · 7 years ago
  42. c5d6b6e Merged in kylemacfarlan/eigen (pull request #337) by Gael Guennebaud · 7 years ago
  43. 6c60445 Merged in spraetor/eigen (pull request #305) by Gael Guennebaud · 7 years ago
  44. 37b0655 Merged in jkflying/eigen-fix-scaling (pull request #302) by Gael Guennebaud · 7 years ago
  45. bc5a979 Merged in carpent/eigen (pull request #342) by Gael Guennebaud · 7 years ago
  46. 0d6abf5 Check that Schur decomposition succeed. by Gael Guennebaud · 7 years ago
  47. 99f4212 Bug 1484: restore deleted line for 128 bits long doubles, and improve dispatching logic. by Gael Guennebaud · 7 years ago
  48. 22b5736 Add EIGEN_MKL_NO_DIRECT_CALL option by Gael Guennebaud · 7 years ago
  49. a15067b Patch from Konstantin Arturov to enable MKL's direct call by default by Gael Guennebaud · 7 years ago
  50. c264aa0 Fix issue with boost::multiprec in previous commit by Gael Guennebaud · 7 years ago
  51. 4630f22 Improve debugging tests and output in BDCSVD by Gael Guennebaud · 7 years ago
  52. b08ecde Fix overflow issues in BDCSVD by Gael Guennebaud · 7 years ago
  53. 682aa93 Merged in JonasMu/eigen (pull request #329) by Benoit Steiner · 7 years ago
  54. 4fc99b6 Merged in guillaume_michel/eigen (pull request #334) by Christoph Hertzberg · 7 years ago
  55. 9ff1ae8 Removed unecesasry #include by Benoit Steiner · 7 years ago
  56. 2a7a3a1 Merged in LaFeuille/eigen-1/LaFeuille/typo-fix-alignmeent-alignment-1505889397887 (pull request #335) by Benoit Steiner · 7 years ago
  57. c083e71 Merged in henryiii/eigen/henryiii/device (pull request #343) by Benoit Steiner · 7 years ago
  58. 00c2d19 Restore `__device__` by Henry Schreiner · 7 years ago branches/henryiii/device
  59. dee1795 Fixing missing inlines on device functions for newer CUDA cards by Henry Schreiner · 7 years ago
  60. 8fb5edc Use col method for column-major matrix by Justin Carpentier · 7 years ago
  61. ef2fdae Merged in benoitsteiner/opencl (pull request #341) by Benoit Steiner · 7 years ago
  62. 4ba98b3 Merge by Rasmus Munk Larsen · 7 years ago
  63. ea5fa4f Specialize ThreadPoolDevice::enqueueNotification for the case with no args. As an example this reduces binary size of an TensorFlow demo app for Android by about 2.5%. by Rasmus Munk Larsen · 7 years ago
  64. aa4909e Merged in mehdi_goli/upstr_benoit/ComputeCppNewReleaseFix (pull request #16) by Benoit Steiner · 7 years ago
  65. 57220bf check both z13 and z14 arches by Konstantinos Margaritis · 7 years ago
  66. 9dcbf9b remove debugging by Konstantinos Margaritis · 7 years ago
  67. e4b1dc4 Merged eigen/eigen into default by Konstantinos Margaritis · 7 years ago
  68. b19f535 rollback 7f0af057b07d by Konstantinos Margaritis · 7 years ago
  69. 6c12a0f explicitly set conjugate mask by Konstantinos Margaritis · 7 years ago
  70. 21a41b1 added some extra debugging by Konstantinos Margaritis · 7 years ago
  71. c46fe77 some Packet2cf pmul fixes by Konstantinos Margaritis · 7 years ago
  72. df09294 initial pexp() for 32-bit floats, commented out due to vec_cts() by Konstantinos Margaritis · 7 years ago
  73. fd4a6a2 initial pexp() for 32-bit floats, commented out due to vec_cts() by Konstantinos Margaritis · 7 years ago
  74. fb2d807 fix predux_mul for z14/float by Konstantinos Margaritis · 7 years ago
  75. 247a320 eliminate 'enumeral and non-enumeral type in conditional expression' warning by Konstantinos Margaritis · 7 years ago
  76. a5b0704 complete z14 port by Konstantinos Margaritis · 7 years ago
  77. 6f0b6e4 Add support for SuiteSparse's KLU routines by Kyle · 7 years ago
  78. 7066106 Bug 1472: fix warning by Gael Guennebaud · 7 years ago
  79. c7cf002 Bug 1468 (1/2) : add missing std:: to memcpy by Gael Guennebaud · 7 years ago
  80. ffce55d Add link to a useful example. by Gael Guennebaud · 7 years ago
  81. 2e7b552 Update documentation for aligned_allocator by Gael Guennebaud · 7 years ago
  82. 50dede2 Typo fix alignmeent ->alignment by LaFeuille · 7 years ago branches/LaFeuille/typo-fix-alignmeent-alignment-1505889397887
  83. 20173fb Changes required for new ComputeCpp CE version. by Mehdi Goli · 7 years ago branches/ComputeCppNewReleaseFix
  84. 5524522 clang provides __has_feature(is_enum) (but not <type_traits>) in C++03 mode by Christoph Hertzberg · 7 years ago
  85. f70caf5 std::integral_constant is not C++03 compatible by Christoph Hertzberg · 7 years ago
  86. 6dd3f1b Fix cut-and-paste error. by Rasmus Munk Larsen · 7 years ago
  87. 7a3d5d7 Avoid undefined behavior in Eigen::TensorCostModel::numThreads. by Rasmus Munk Larsen · 7 years ago
  88. 1fde297 Fix compilation of Vector::operator()(enum) by treating enums as Index by Gael Guennebaud · 7 years ago
  89. ec9ad6a Fixed compilation with cuda_clang. by Benoit Steiner · 7 years ago
  90. 4e79cb6 Merged in infinitei/eigen (pull request #328) by Gael Guennebaud · 7 years ago
  91. c376ff7 Add C++11 max_digits10 for half. by Gael Guennebaud · 7 years ago
  92. 03f1987 Implement true compile-time "if" for apply_rotation_in_the_plane. This fixes a compilation issue for vectorized real type with missing vectorization for complexes, e.g. AVX512. by Gael Guennebaud · 7 years ago
  93. 32e70d9 Fix mixing types in sparse matrix products. by Gael Guennebaud · 7 years ago
  94. 483d9bd Merged in JonasMu/added-an-example-for-a-contraction-to-a--1504265366851 (pull request #1) by Jonas Harsch · 7 years ago
  95. ac2ae68 Close branch JonasMu/added-an-example-for-a-contraction-to-a--1504265366851 by Jonas Harsch · 7 years ago
  96. 6165d19 Added an example for a contraction to a scalar value, e.g. a double contraction of two second order tensors and how you can get the value of the result. I lost one day to get this doen so I think it will help some guys. I also added Eigen:: to the IndexPair and and array in the same example. by Jonas Harsch · 7 years ago
  97. c6cf6bc Added support for CUDA 9.0. by Benoit Steiner · 7 years ago
  98. 047faa3 Bug 1464 : Fixes construction of EulerAngles from 3D vector expression. by Abhijit Kundu · 7 years ago
  99. 7252c88 Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.h by Gael Guennebaud · 7 years ago
  100. 66b724d Merged eigen/eigen into default by Konstantinos Margaritis · 7 years ago