| Commit message (Expand) | Author | Age |
* | Add missing NEON ptranspose implementations. | Antonio Sanchez | 2021-05-25 |
* | predux_half_dowto4 test extended to all applicable packets | Jakub Lichman | 2021-05-21 |
* | Use derived object type in conservative_resize_like_impl | Niall Murphy | 2021-05-20 |
* | ptranpose test for non-square kernels added | Jakub Lichman | 2021-05-19 |
* | Ensure all generated matrices for inverse_4x4 testes are invertible, this fix... | Guoqiang QI | 2021-05-13 |
* | Fix numext::arg return type. | Antonio Sanchez | 2021-05-07 |
* | Added complex matrix unit tests for SelfAdjointEigenSolve | Theo Fletcher | 2021-04-26 |
* | Tests added and AVX512 bug fixed for pcmp_lt_or_nan | Jakub Lichman | 2021-04-25 |
* | Tests for pcmp_lt and pcmp_le added | Jakub Lichman | 2021-04-23 |
* | DenseStorage safely copy/swap. | Antonio Sanchez | 2021-04-22 |
* | Modify googlehash use to account for namespace issues. | Antonio Sanchez | 2021-04-12 |
* | Make iterators default constructible and assignable, by making... | Christoph Hertzberg | 2021-04-09 |
* | Fix clang tidy warnings in AnnoyingScalar. | Antonio Sanchez | 2021-04-05 |
* | Fix two bugs in commit | Rasmus Munk Larsen | 2021-04-02 |
* | 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 |
* | Fix CUDA constexpr issues for numeric_limits. | Antonio Sanchez | 2021-03-30 |
* | Fixed performance issues for complex VSX and P10 MMA in gebp_kernel (level 3). | Chip Kerchner | 2021-03-25 |
* | Eliminate mixingtypes_7 warning. | Antonio Sanchez | 2021-03-24 |
* | Split test commainitializer into two substests | David Tellenbach | 2021-03-18 |
* | Use singleton pattern for static registered tests. | Antonio Sanchez | 2021-03-18 |
* | Augment NumTraits with min/max_exponent() again. | Antonio Sanchez | 2021-03-16 |
* | Revert "Augment NumTraits with min/max_exponent()." | David Tellenbach | 2021-03-17 |
* | Augment NumTraits with min/max_exponent(). | Antonio Sanchez | 2021-03-17 |
* | Add NaN propagation options to minCoeff/maxCoeff visitors. | Rasmus Munk Larsen | 2021-03-16 |
* | Add fmod(half, half). | Antonio Sanchez | 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 |
* | Re-implement move assignments. | Antonio Sanchez | 2021-03-10 |
* | 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 "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 |
* | Make half/bfloat16 constructor take inputs by value, fix powerpc test. | Antonio Sanchez | 2021-02-27 |
* | Fixed/masked more implicit copy constructor warnings | Christoph Hertzberg | 2021-02-27 |
* | Fix NEON sqrt for 32-bit, add prsqrt. | Antonio Sanchez | 2021-02-26 |
* | Merge branch 'rmlarsen1/eigen-nan_prop' | Rasmus Munk Larsen | 2021-02-26 |
|\ |
|
* | | Fix floor/ceil for NEON fp16. | Antonio Sanchez | 2021-02-25 |
* | | Fix SSE/NEON pfloor/pceil for saturated values. | Antonio Sanchez | 2021-02-25 |
| * | Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re... | Rasmus Munk Larsen | 2021-02-25 |
|/ |
|
* | Disable new/delete test for HIP | Antonio Sanchez | 2021-02-25 |
* | Fix CUDA device new and delete, and add test. | Antonio Sanchez | 2021-02-24 |
* | Eliminate CMake FindPackageHandleStandardArgs warnings. | Antonio Sanchez | 2021-02-24 |
* | Fixed sparse conservativeResize() when both num cols and rows decreased. | Adam Shapiro | 2021-02-23 |
* | Missing change regarding #1910 | Christoph Hertzberg | 2021-02-19 |
* | Bug #1910: Make SparseCholesky work for RowMajor matrices | Christoph Hertzberg | 2021-02-19 |
* | New accurate algorithm for pow(x,y). This version is accurate to 1.4 ulps for... | Rasmus Munk Larsen | 2021-02-17 |