| Commit message (Expand) | Author | Age |
... | |
* | Add CI infrastructure for pre-merge smoke tests. | David Tellenbach | 2021-04-01 |
* | Add CMake infrastructure for smoke testing | David Tellenbach | 2021-03-31 |
* | Add an info() method to the SVDBase class to make it possible to tell the use... | Rasmus Munk Larsen | 2021-03-31 |
* | Add GitLab templates for issues and merge requests | Guoqiang QI | 2021-03-31 |
* | Fix CUDA constexpr issues for numeric_limits. | Antonio Sanchez | 2021-03-30 |
* | Use Index type in loop over coefficients. | Antonio Sanchez | 2021-03-29 |
* | Eliminate `round_impl` double-promotion warnings for c++03. | Antonio Sanchez | 2021-03-25 |
* | Un-defining EIGEN_HAS_CONSTEXPR on the HIP platform | Deven Desai | 2021-03-25 |
* | Fixed performance issues for complex VSX and P10 MMA in gebp_kernel (level 3). | Chip Kerchner | 2021-03-25 |
* | Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in... | Steve Bronder | 2021-03-24 |
* | Eliminate mixingtypes_7 warning. | Antonio Sanchez | 2021-03-24 |
* | Revert "Uses _mm512_abs_pd for Packet8d pabs" | Christoph Hertzberg | 2021-03-23 |
* | Re-enable CI for Power | David Tellenbach | 2021-03-22 |
* | Remove yet another comma at end of enum | David Tellenbach | 2021-03-18 |
* | Uses _mm512_abs_pd for Packet8d pabs | Steve Bronder | 2021-03-18 |
* | Split test commainitializer into two substests | David Tellenbach | 2021-03-18 |
* | Use singleton pattern for static registered tests. | Antonio Sanchez | 2021-03-18 |
* | Proposed fix for issue #2187 | Niek Bouman | 2021-03-18 |
* | Augment NumTraits with min/max_exponent() again. | Antonio Sanchez | 2021-03-16 |
* | Fix another warning on missing commas | David Tellenbach | 2021-03-17 |
* | Revert "Augment NumTraits with min/max_exponent()." | David Tellenbach | 2021-03-17 |
* | Augment NumTraits with min/max_exponent(). | Antonio Sanchez | 2021-03-17 |
* | Silence warning on comma at end of enumerator list | David Tellenbach | 2021-03-17 |
* | Updated SelfAdjointEigenSolver documentation to include that the eigenvectors... | Theo Fletcher | 2021-03-16 |
* | Add NaN propagation options to minCoeff/maxCoeff visitors. | Rasmus Munk Larsen | 2021-03-16 |
* | Fixed output of complex matrices | Jens Wehner | 2021-03-15 |
* | Add fmod(half, half). | Antonio Sanchez | 2021-03-15 |
* | Fix numext::round pre c++11 for large inputs. | Antonio Sanchez | 2021-03-15 |
* | Fix pround and add print | Chip Kerchner | 2021-03-15 |
* | Fix NVCC+ICC issues. | Antonio Sanchez | 2021-03-15 |
* | Add increment/decrement operators to Eigen::half. | Antonio Sanchez | 2021-03-15 |
* | Bump up rand histogram threshold. | Antonio Sanchez | 2021-03-10 |
* | Disable EIGEN_OPTIMIZATION_BARRIER for PPC clang. | Antonio Sanchez | 2021-03-10 |
* | Re-implement move assignments. | Antonio Sanchez | 2021-03-10 |
* | [MSVC-specific] Define EIGEN_ARCH_x86_64 for native x64 (_M_X64 is defined an... | Ben Niu | 2021-03-10 |
* | Fix ambiguous call to CUDA __half constructor. | Antonio Sanchez | 2021-03-08 |
* | Fix typo: DEVICE -> GPU | Antonio Sanchez | 2021-03-08 |
* | Fix non-trivial Half constructor for CUDA. | Antonio Sanchez | 2021-03-08 |
* | Revert stack allocation limit change that crept in. | Antonio Sanchez | 2021-03-05 |
* | Changing the Eigen::half implementation for HIP | Deven Desai | 2021-03-05 |
* | Define EIGEN_CPLUSPLUS and replace most __cplusplus checks. | Antonio Sanchez | 2021-03-05 |
* | Fix rint SSE/NEON again, using optimization barrier. | Antonio Sanchez | 2021-03-05 |
* | Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid... | David Tellenbach | 2021-03-05 |
* | Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out... | Steve Bronder | 2021-03-04 |
* | Deactive CI for Power due to problems with GitLab runner | David Tellenbach | 2021-03-04 |
* | Add log2 operation to TensorBase | Eugene Zhulenev | 2021-03-04 |
* | Revert "Fix rint for SSE/NEON." | Antonio Sánchez | 2021-03-03 |
* | Fix rint for SSE/NEON. | Antonio Sanchez | 2021-03-03 |
* | geo_alignedbox_5 was failing with AVX enabled, due to storing `Vector4d` in a... | Christoph Hertzberg | 2021-03-01 |
* | Add print for SSE/NEON, use NEON rounding intrinsics if available. | Antonio Sanchez | 2021-02-27 |