1. 6da34d9 Allow aligned assignment in TRMV. by Antonio Sanchez · 4 months ago
  2. 3e8e63e Fix packetmath plog test on Windows. by Antonio Sánchez · 4 months ago
  3. 5ffb307 Fix deprecated anonymous enum-enum conversion warnings by Tyler Veness · 4 months ago
  4. 55dd487 Revert "fix unaligned access in trmv" by Antonio Sánchez · 4 months ago
  5. 38fceda Fix pexp complex test edge-cases. by Antonio Sánchez · 4 months ago
  6. 251ec42 Return 0 volume for empty AlignedBox by Sotiris Papatheodorou · 4 months ago
  7. 64edfbe Fix static_assert for c++14. by Antonio Sanchez · 4 months ago
  8. 3f3144f fix unaligned access in trmv by Charles Schlosser · 4 months ago
  9. 23f6c26 Rip out make_coherent, add CoherentPadOp. by Antonio Sánchez · 4 months ago
  10. edaf9e1 Fix triangular matrix-vector multiply uninitialized warning. by Antonio Sánchez · 4 months ago
  11. 98620b5 Eliminate FindCUDA cmake warning. by Antonio Sánchez · 4 months ago
  12. cc941d6 Update error about c++14 requirement. by Antonio Sánchez · 4 months ago
  13. 6893287 Add degenerate checks before calling BLAS routines. by Antonio Sánchez · 4 months ago
  14. fa201f1 Fix QR colpivoting warnings and test failure. by Antonio Sánchez · 4 months ago
  15. b334910 delete shadowed typedefs by Charles Schlosser · 5 months ago
  16. a962a27 Fix MSVC GPU build. by Antonio Sánchez · 5 months ago
  17. a2f8eba Speed up sparse x dense dot product. by Rasmus Munk Larsen · 5 months ago
  18. 7a88cdd Fix signed integer UB in random. by Antonio Sánchez · 5 months ago
  19. a6dc930 Speed up SparseQR. by Rasmus Munk Larsen · 5 months ago
  20. feaafda Change array_size result from enum to constexpr. by Antonio Sánchez · 5 months ago
  21. 8a73c64 Remove "using namespace Eigen" from blas/common.h. by Antonio Sánchez · 5 months ago
  22. 6ed4d80 Fix crash in IncompleteCholesky when the input has zeros on the diagonal. by Rasmus Munk Larsen · 5 months ago
  23. 3859e8d Add method signDeterminant() to QR and related decompositions. by Rasmus Munk Larsen · 5 months ago
  24. db6b9db Make header guards in GeneralMatrixMatrix.h and Parallelizer.h consistent:... by Rasmus Munk Larsen · 5 months ago
  25. b56e308 Enable direct access for IndexedView. by Antonio Sánchez · 5 months ago
  26. 90087b9 Fix use of uninitialized memory in kronecker_product test. by Antonio Sanchez · 5 months ago
  27. 6b365e7 Fix GPU build for ptanh_float. by Antonio Sánchez · 5 months ago
  28. b14c5d0 Fix real schur and polynomial solver. by Antonio Sánchez · 5 months ago
  29. 8a41187 fix exp complex test: use int instead of index by Charles Schlosser · 5 months ago
  30. 960892c JacobiSVD: get rid of m_scaledMatrix, m_adjoint, hopefully fix some compiler warnings by Charles Schlosser · 5 months ago
  31. 18a161b fix pexp_complex_test by Charles Schlosser · 5 months ago
  32. be06c9a Implement float pexp_complex by Damiano Franzò · 5 months ago
  33. 4d419e2 Rename generic_fast_tanh_float to ptanh_float and move it to... by Rasmus Munk Larsen · 5 months ago
  34. 2a9055b Fix random for custom scalars that don't have constexpr digits(). by Antonio Sánchez · 5 months ago
  35. 500a360 Use traits<Matrix>::Options instead of Matrix::Options. by Antonio Sánchez · 5 months ago
  36. 0b9ca11 Fix deflation in BDCSVD. by Antonio Sánchez · 5 months ago
  37. f40ad38 Fix failure on ARM with latest compilers. by Antonio Sánchez · 5 months ago
  38. a24bf2e Disable float16 packet casting if native AVX512 f16 is available. by Antonio Sánchez · 5 months ago
  39. 5361dea Remove return int types from BLAS/LAPACK functions. by Antonio Sánchez · 5 months ago
  40. 7e655c9 Fixes 2780 by Alec Jacobson · 5 months ago
  41. 6ea33f9 Eliminate warning about writing bytes directly to non-trivial type. by Antonio Sánchez · 5 months ago
  42. 06b4590 Remove r_cnjg due to conflicts with f2c. by Antonio Sánchez · 5 months ago
  43. 9229cfa Fix division by zero UB in packet size logic. by Antonio Sánchez · 5 months ago
  44. 186f820 Apply clang-format to lapack/blas directories by Antonio Sanchez · 5 months ago
  45. 4eac211 Fix C++20 error, Arithmetic between different enumeration types by Gautam Jha · 5 months ago
  46. d1d8797 Fix segfault in CholmodBase::factorize() for zero matrix by Tyler Veness · 5 months ago
  47. 7b87b21 Fix UB in bool packetmath test. by Antonio Sánchez · 5 months ago
  48. 431e4a9 Fix the fuzz by Charles Schlosser · 5 months ago
  49. 3ab8f48 fix tests when scalar is bfloat16, half by Charles Schlosser · 5 months ago
  50. 3ebaab8 Fix PPC rand and other failures. by Antonio Sánchez · 5 months ago
  51. ebd13c3 fix skew symmetric test by Charlie Schlosser · 5 months ago
  52. 128c8ab Fix gcc-6 bug in the rand test. by Antonio Sanchez · 5 months ago
  53. d626762 improve random by Charles Schlosser · 5 months ago
  54. a9ddab3 Fix a bunch of ODR violations. by Antonio Sánchez · 5 months ago
  55. 7fd7a3f Implement plog_complex by Damiano Franzò · 7 months ago
  56. 043442e Fix preshear transformation. by Antonio Sánchez · 5 months ago
  57. 69ee52e Remove Skyline. by Antonio Sánchez · 5 months ago
  58. 0f0c76d Use stableNorm in ComplexEigenSolver. by Antonio Sánchez · 5 months ago
  59. dd71c23 Remove MoreVectorization. by Antonio Sánchez · 5 months ago
  60. 62b5474 Fix busted formatting in Eigen::Tensor README.md. by Pascal Getreuer · 5 months ago
  61. d8d0b60 Fix CI for clang-6 when cross-compiled. by Antonio Sánchez · 6 months ago
  62. f391289 Fix bug in checking subnormals. by Antonio Sánchez · 6 months ago
  63. 5a90fbc Update documentation of lapack second/dsecnd. by Antonio Sanchez · 6 months ago
  64. 9079820 Remove simple relicense script. by Antonio Sánchez · 6 months ago
  65. 851b40a LAPACK CPU time functions. by Antonio Sánchez · 6 months ago
  66. a73970a Fix arm32 issues. by Antonio Sánchez · 6 months ago
  67. 5808122 Formatting. by Antonio Sánchez · 6 months ago
  68. 92f9544 Remove explicit specialization of member function. by Antonio Sánchez · 6 months ago
  69. 2692fb2 Fix compile-time error caused by chip static asserts by Antonio Sanchez · 6 months ago
  70. 2c6b61c Add half and quarter vector support to HVX architecture by Cheng Wang · 6 months ago
  71. 05a4575 Chipping Asserts v2 by Tobias Wood · 6 months ago
  72. fc92fe3 SPQR: Fix build error, Index/StorageIndex mismatch. by Martin Heistermann · 6 months ago
  73. eede526 [Compressed Storage] Use smaller type of Index & StorageIndex for determining maximum size during resize. by Andreas Forster · 6 months ago
  74. 772057c Revert "Add asserts for .chip" by Antonio Sánchez · 6 months ago
  75. 6163dbe Allow specifying a temporary directory for fileio outputs. by Antonio Sánchez · 6 months ago
  76. 6b6bb9d Fix unused warnings in failtest. by Antonio Sanchez · 6 months ago
  77. f6e41e6 Revert "Clean up stableNorm" by Antonio Sánchez · 6 months ago
  78. b1ae206 Add asserts for .chip by Tobias Wood · 6 months ago
  79. b0f9064 add missing constexpr qualifier by Nuno Gonçalves · 6 months ago
  80. 34fd46a Update CI with testing framework from eigen_ci_cross_testing. by Antonio Sánchez · 6 months ago
  81. b2814d5 Fix stableNorm when input is zero-sized. by Antonio Sanchez · 6 months ago
  82. c29a410 check pointers before freeing by Charles Schlosser · 6 months ago
  83. 48e0c82 [ROCm] MI300 related test support by Chao Chen · 6 months ago
  84. 5385773 Fix TensorForcedEval in the case of the evaluator being copied. by Antonio Sánchez · 6 months ago
  85. 3f3bc6d Improve documentation of SparseLU by Nicolas Cornu · 6 months ago
  86. d33174d Doc: Fix Basic slicing examples minor issues by Arnaud Billon · 6 months ago
  87. 19b1192 Add factor getters to Cholmod LLT/LDLT by Tyler Veness · 6 months ago
  88. a1a96fa Clean up stableNorm by Charles Schlosser · 6 months ago
  89. 3026f1f Fix various asan errors. by Antonio Sánchez · 6 months ago
  90. a2cf99e Fix GPU+clang+asan. by Antonio Sánchez · 6 months ago
  91. fee5d60 Fix MSAN failures. by Antonio Sánchez · 7 months ago
  92. 9697d48 Fix up clang-format CI. by Antonio Sánchez · 7 months ago
  93. 85efa83 Set up clang-format in CI by Tobias Wood · 7 months ago
  94. 2c4541f fix msvc clz by Charles Schlosser · 7 months ago
  95. 75e273a Add internal ctz/clz implementation. by Antonio Sánchez · 7 months ago
  96. 454f89a Protect kernel launch syntax from clang-format by Antonio Sanchez · 7 months ago
  97. 383506f Fix CUDA syntax error introduced by clang-format. by Rasmus Munk Larsen · 7 months ago
  98. 61b7155 Add formatting change to .git-blame-ignore-revs by Antonio Sánchez · 7 months ago
  99. 46e9cdb Clang-format tests, examples, libraries, benchmarks, etc. by Antonio Sánchez · 7 months ago
  100. 3252ecc Fix scalar_logistic_function overflow for complex inputs. by Antonio Sánchez · 7 months ago