aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Make vectorized compute_inverse_size4 compile with AVX.Gravatar Rasmus Munk Larsen2021-04-22
* Compilation of basicbenchmark fixedGravatar Jakub Lichman2021-04-21
* Fix taking address of rvalue compiler issue with TensorFlow (plus other warni...Gravatar Chip-Kerchner2021-04-21
* HasExp added for AVX512 Packet8dGravatar Jakub Lichman2021-04-20
* Fix ldexp for AVX512 (#2215)Gravatar Antonio Sanchez2021-04-20
* Before 3.4 branchGravatar David Tellenbach2021-04-18
* Modify googlehash use to account for namespace issues.Gravatar Antonio Sanchez2021-04-12
* Avoid using uninitialized inputs and if available, use slightly more efficien...Gravatar Christoph Hertzberg2021-04-13
* Fix typo in TensorDimensions.hGravatar Rasmus Munk Larsen2021-04-12
* Fix for float16 GPU unit test.Gravatar Rohit Santhanam2021-04-12
* Use EIGEN_HAS_CXX11 and EIGEN_COMP_CXXVER macros to detect C++ version for `s...Gravatar Christoph Hertzberg2021-04-12
* fixed doxygen for unsupported iterative solver moduleGravatar Jens Wehner2021-04-11
* Make iterators default constructible and assignable, by making...Gravatar Christoph Hertzberg2021-04-09
* This fixes an issue where the compiler was not choosing the GPU specific spec...Gravatar Rohit Santhanam2021-04-08
* Scaled epsilon the wrong way.Gravatar Antonio Sanchez2021-04-07
* Replace `-2147483648` by `-0.0f` or `-0.0` constants (this should fix #2189).Gravatar Christoph Hertzberg2021-04-07
* Align local arrays to Packet boundary.Gravatar Rasmus Munk Larsen2021-04-06
* Fix clang tidy warnings in AnnoyingScalar.Gravatar Antonio Sanchez2021-04-05
* Fix SelfAdjoingEigenSolver (#2191)Gravatar Antonio Sanchez2021-04-05
* Fix two bugs in commitGravatar Rasmus Munk Larsen2021-04-02
* Fix address of temporary object errors in clang11.Gravatar Chip Kerchner2021-04-02
* Add CI infrastructure for pre-merge smoke tests.Gravatar David Tellenbach2021-04-01
* Add CMake infrastructure for smoke testingGravatar David Tellenbach2021-03-31
* Add an info() method to the SVDBase class to make it possible to tell the use...Gravatar Rasmus Munk Larsen2021-03-31
* Add GitLab templates for issues and merge requestsGravatar Guoqiang QI2021-03-31
* Fix CUDA constexpr issues for numeric_limits.Gravatar Antonio Sanchez2021-03-30
* Use Index type in loop over coefficients.Gravatar Antonio Sanchez2021-03-29
* Eliminate `round_impl` double-promotion warnings for c++03.Gravatar Antonio Sanchez2021-03-25
* Un-defining EIGEN_HAS_CONSTEXPR on the HIP platformGravatar Deven Desai2021-03-25
* Fixed performance issues for complex VSX and P10 MMA in gebp_kernel (level 3).Gravatar Chip Kerchner2021-03-25
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Eliminate mixingtypes_7 warning.Gravatar Antonio Sanchez2021-03-24
* Revert "Uses _mm512_abs_pd for Packet8d pabs"Gravatar Christoph Hertzberg2021-03-23
* Re-enable CI for PowerGravatar David Tellenbach2021-03-22
* Remove yet another comma at end of enumGravatar David Tellenbach2021-03-18
* Uses _mm512_abs_pd for Packet8d pabsGravatar Steve Bronder2021-03-18
* Split test commainitializer into two substestsGravatar David Tellenbach2021-03-18
* 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