aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Fix #1911: add benchmark for move semantics with fixed-size matrixGravatar Sebastien Boisvert2020-06-11
* Remove HasCast and fix packetmath cast tests.Gravatar Antonio Sanchez2020-06-11
* Fix #1757: remove the word 'suicide'Gravatar Sebastien Boisvert2020-06-11
* Fix broken packetmath test for logistic on Arm.Gravatar Rasmus Munk Larsen2020-06-04
* Bug #1777: make the scalar and packet path consistent for the logistic functi...Gravatar Gael Guennebaud2020-05-31
* Save one extra temporary when assigning a sparse product to a row-major spars...Gravatar Gael Guennebaud2020-05-30
* Guard usage of decltype since it's a C++11 featureGravatar David Tellenbach2020-05-20
* Add guard around specialization for bool, which is only currently implemented...Gravatar Rasmus Munk Larsen2020-05-19
* - Vectorizing MMA packing.Gravatar Everton Constantino2020-05-19
* Add missing packet ops for bool, and make it pass the same packet op unit tes...Gravatar Rasmus Munk Larsen2020-05-14
* Added support for reverse iterators for Vectorwise operations.Gravatar Felipe Attanasio2020-05-14
* Indexed view should have RowMajorBit when there is staticly a single rowGravatar Christopher Moore2020-05-14
* Resolve "IndexedView of a vector should allow linear access"Gravatar Christopher Moore2020-05-13
* Remove packet ops pinsertfirst and pinsertlast that are only used in a single...Gravatar Rasmus Munk Larsen2020-05-08
* Remove unused packet op "palign".Gravatar Rasmus Munk Larsen2020-05-07
* Make size odd for transposeInPlace test to make sure we hit the scalar path.Gravatar Rasmus Munk Larsen2020-05-07
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28
* Block transposeInPlace() when the matrix is real and square. This yields a la...Gravatar Rasmus Munk Larsen2020-04-28
* Remove unused packet op "preduxp".Gravatar Rasmus Munk Larsen2020-04-23
* Add partial vectorization for matrices and tensors of bool. This speeds up bo...Gravatar Rasmus Munk Larsen2020-04-20
* CommaInitializer wrongfully asserted for 0-sized blocksGravatar Christoph Hertzberg2020-04-13
* Replace norm() with squaredNorm() to address integer overflowsGravatar Antonio Sanchez2020-04-07
* Fix packetmath test build for AVX.Gravatar Rasmus Munk Larsen2020-03-27
* Fix bug in https://gitlab.com/libeigen/eigen/-/commit/52d54278beefee8b2f19dcc...Gravatar Rasmus Munk Larsen2020-03-27
* Additional NEON packet-math operationsGravatar Joel Holdsworth2020-03-26
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Implement integer square-root for NEONGravatar Joel Holdsworth2020-03-19
* test/packetmath: Add tests for all integer typesGravatar Joel Holdsworth2020-03-10
* test/packetmath: Made negate non-mandatoryGravatar Joel Holdsworth2020-03-10
* Revert "add some static checks for packet-picking logic"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Disable test in test/vectorization_logic.cpp, which is currently fail...Gravatar Rasmus Munk Larsen2020-02-25
* Disable test in test/vectorization_logic.cpp, which is currently failing with...Gravatar Rasmus Munk Larsen2020-02-24
* add some static checks for packet-picking logicGravatar Francesco Mazzoli2020-02-07
* Removing executable bit from file modeGravatar Christoph Hertzberg2020-01-11
* Bug #1790: Make `areApprox` check `numext::isnan` instead of bitwise equality...Gravatar Christoph Hertzberg2020-01-11
* Added special_packetmath test and tweaked bounds on tests.Gravatar Srinivas Vasudevan2020-01-11
* Use data.data() instead of &data (since it is not obvious that Array is trivi...Gravatar Christoph Hertzberg2020-01-09
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* Protecting integer_types's long long test with a check to see if we have CXX1...Gravatar Everton Constantino2020-01-07
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* Fix unit-test which I broke in previous fixGravatar Christoph Hertzberg2019-12-19
* Fix some maybe-unitialized warningsGravatar Christoph Hertzberg2019-12-18
* Workaround class-memaccess warnings on newer GCC versionsGravatar Christoph Hertzberg2019-12-18
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Bug 1785: fix pround on x86 to use the same rounding mode as std::round.Gravatar Ilya Tokar2019-12-12
* Fix implementation of complex expm1. Add tests that fail with previous implem...Gravatar Srinivas Vasudevan2019-12-12
* Added io testGravatar Joel Holdsworth2019-12-11
* Fix QuaternionBase::cast for quaternion map and wrapper.Gravatar Gael Guennebaud2019-12-03