aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* | | Fix SSE/NEON pfloor/pceil for saturated values.Gravatar Antonio Sanchez2021-02-25
| | * Fix indentation.Gravatar Rasmus Munk Larsen2021-02-25
| | * Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...Gravatar Rasmus Munk Larsen2021-02-25
| |/ |/|
* | Disable new/delete test for HIPGravatar Antonio Sanchez2021-02-25
* | Fix clang compile when no MMA flags are set. Simplify MMA compiler detection.Gravatar Chip-Kerchner2021-02-24
* | Don't crash when attempting to slice an empty tensor.Gravatar Rasmus Munk Larsen2021-02-24
| * Fix indentation.Gravatar Rasmus Munk Larsen2021-02-24
| * Merge branch 'nan_prop' of https://gitlab.com/rmlarsen1/eigen into nan_propGravatar Rasmus Munk Larsen2021-02-24
| |\
| | * Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...Gravatar Rasmus Munk Larsen2021-02-25
| |/ |/|
| * Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...Gravatar Rasmus Munk Larsen2021-02-24
* | Remove unused function scalar_cmp_with_cast.Gravatar Rasmus Munk Larsen2021-02-24
* | Cast anonymous enums to int when used in expressions.Gravatar Rasmus Munk Larsen2021-02-24
|/
* Having forward template function declarations in a P10 file causes bad code i...Gravatar Chip-Kerchner2021-02-24
* Some improvements for kissfft from Martin Reinecke(pocketfft author):Gravatar Guoqiang QI2021-02-24
* Add `invoke_result` and eliminate `result_of` warnings for C++17+.Gravatar Antonio Sanchez2021-02-24
* Fixes to support old and new versions of the compilers for built-ins. Cast t...Gravatar Chip-Kerchner2021-02-24
* Fix CUDA device new and delete, and add test.Gravatar Antonio Sanchez2021-02-24
* Eliminate CMake FindPackageHandleStandardArgs warnings.Gravatar Antonio Sanchez2021-02-24
* Disable fast psqrt for NEON.Gravatar Antonio Sanchez2021-02-23
* Fix check if GPU compile phase for std::hashGravatar Antonio Sanchez2021-02-23
* Fix some CUDA warnings.Gravatar Antonio Sanchez2021-02-24
* Accurate pow, part 2. This change adds specializations of log2 and exp2 for d...Gravatar Rasmus Munk Larsen2021-02-23
* Fixed sparse conservativeResize() when both num cols and rows decreased.Gravatar Adam Shapiro2021-02-23
* Fix compilation errors with later versions of GCC and use of MMA.Gravatar Chip-Kerchner2021-02-22
* Fixes Bug #1925. Packets should be passed by const reference, even to inline ...Gravatar Christoph Hertzberg2021-02-20
* Add missing adolc isinf/isnan.Gravatar Antonio Sanchez2021-02-19