aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Use singleton pattern for static registered tests.Gravatar Antonio Sanchez2021-03-18
* Proposed fix for issue #2187Gravatar Niek Bouman2021-03-18
* Augment NumTraits with min/max_exponent() again.Gravatar Antonio Sanchez2021-03-16
* Fix another warning on missing commasGravatar David Tellenbach2021-03-17
* Revert "Augment NumTraits with min/max_exponent()."Gravatar David Tellenbach2021-03-17
* Augment NumTraits with min/max_exponent().Gravatar Antonio Sanchez2021-03-17
* Silence warning on comma at end of enumerator listGravatar David Tellenbach2021-03-17
* Updated SelfAdjointEigenSolver documentation to include that the eigenvectors...Gravatar Theo Fletcher2021-03-16
* Add NaN propagation options to minCoeff/maxCoeff visitors.Gravatar Rasmus Munk Larsen2021-03-16
* Fixed output of complex matricesGravatar Jens Wehner2021-03-15
* Add fmod(half, half).Gravatar Antonio Sanchez2021-03-15
* Fix numext::round pre c++11 for large inputs.Gravatar Antonio Sanchez2021-03-15
* Fix pround and add printGravatar Chip Kerchner2021-03-15
* Fix NVCC+ICC issues.Gravatar Antonio Sanchez2021-03-15
* Add increment/decrement operators to Eigen::half.Gravatar Antonio Sanchez2021-03-15
* Bump up rand histogram threshold.Gravatar Antonio Sanchez2021-03-10
* Disable EIGEN_OPTIMIZATION_BARRIER for PPC clang.Gravatar Antonio Sanchez2021-03-10
* Re-implement move assignments.Gravatar Antonio Sanchez2021-03-10
* [MSVC-specific] Define EIGEN_ARCH_x86_64 for native x64 (_M_X64 is defined an...Gravatar Ben Niu2021-03-10
* Fix ambiguous call to CUDA __half constructor.Gravatar Antonio Sanchez2021-03-08
* Fix typo: DEVICE -> GPUGravatar Antonio Sanchez2021-03-08
* Fix non-trivial Half constructor for CUDA.Gravatar Antonio Sanchez2021-03-08
* Revert stack allocation limit change that crept in.Gravatar Antonio Sanchez2021-03-05
* Changing the Eigen::half implementation for HIPGravatar Deven Desai2021-03-05
* Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.Gravatar Antonio Sanchez2021-03-05
* Fix rint SSE/NEON again, using optimization barrier.Gravatar Antonio Sanchez2021-03-05
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Deactive CI for Power due to problems with GitLab runnerGravatar David Tellenbach2021-03-04
* Add log2 operation to TensorBaseGravatar Eugene Zhulenev2021-03-04
* Revert "Fix rint for SSE/NEON."Gravatar Antonio Sánchez2021-03-03
* Fix rint for SSE/NEON.Gravatar Antonio Sanchez2021-03-03
* geo_alignedbox_5 was failing with AVX enabled, due to storing `Vector4d` in a...Gravatar Christoph Hertzberg2021-03-01
* Add print for SSE/NEON, use NEON rounding intrinsics if available.Gravatar Antonio Sanchez2021-02-27
* Document that using raw function pointers doesn't work with unaryExpr.Gravatar David Tellenbach2021-02-27
* Make half/bfloat16 constructor take inputs by value, fix powerpc test.Gravatar Antonio Sanchez2021-02-27
* Remove unused includeGravatar Christoph Hertzberg2021-02-27
* clang 10 aggressively warns about precision loss when converting int to float...Gravatar Christoph Hertzberg2021-02-27
* Inherit from `no_assignment_operator` to avoid implicit copy constructor warn...Gravatar Christoph Hertzberg2021-02-27
* Fix some enum-enum conversion warningsGravatar Christoph Hertzberg2021-02-27
* Fixed/masked more implicit copy constructor warningsGravatar Christoph Hertzberg2021-02-27
* ReturnByValue is already non-copyableGravatar Christoph Hertzberg2021-02-27
* Fix double-promotion warningsGravatar Christoph Hertzberg2021-02-27
* Idrs iterative linear solverGravatar Jens Wehner2021-02-27
* Fix NEON sqrt for 32-bit, add prsqrt.Gravatar Antonio Sanchez2021-02-26
* Merge branch 'rmlarsen1/eigen-nan_prop'Gravatar Rasmus Munk Larsen2021-02-26
|\
| * Merge branch 'nan_prop' of https://gitlab.com/rmlarsen1/eigen into nan_propGravatar Rasmus Munk Larsen2021-02-26
| |\
| * | Add TODO.Gravatar Rasmus Munk Larsen2021-02-26
| * | Defer default for minCoeff/maxCoeff to templated variant.Gravatar Rasmus Munk Larsen2021-02-26
* | | Fix floor/ceil for NEON fp16.Gravatar Antonio Sanchez2021-02-25