aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* bug #1776: fix vector-wise STL iterator's operator-> using a proxy as pointer...Gravatar Gael Guennebaud2019-12-03
* test/packetmath: Silence alignment warningsGravatar Joel Holdsworth2019-11-05
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* 1. Fix a bug in psqrt and make it return 0 for +inf arguments.Gravatar Rasmus Munk Larsen2019-11-15
* bug #1774: fix VectorwiseOp::begin()/end() return types regarding constness.Gravatar Gael Guennebaud2019-11-14
* Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-s...Gravatar Gael Guennebaud2019-11-13
* bug #1752: make is_convertible equivalent to the std c++11 equivalent and fal...Gravatar Gael Guennebaud2019-10-10
* bug #1752: disable some is_convertible tests for recent compilers.Gravatar Gael Guennebaud2019-10-10
* Disable an expected warning in unit testGravatar Gael Guennebaud2019-10-08
* PR 719: fix real/imag namespace conflictGravatar Gael Guennebaud2019-10-08
* Merged in rmlarsen/eigen (pull request PR-704)Gravatar Rasmus Larsen2019-09-24
|\
* | bug #1746: Removed implementation of standard copy-constructor and standard c...Gravatar Christoph Hertzberg2019-09-24
| * Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
|/
* Merging eigen/eigen.Gravatar Srinivas Vasudevan2019-09-16
|\
* | Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
|/
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11
* bug #1736: fix compilation issue with A(all,{1,2}).col(j) by implementing tru...Gravatar Gael Guennebaud2019-09-11
* bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri...Gravatar Gael Guennebaud2019-09-11
* bug #1741: fix SelfAdjointView::rankUpdate and product to triangular part for...Gravatar Gael Guennebaud2019-09-10
* bug #1741: fix C.noalias() = A*C; with C.innerStride()!=1Gravatar Gael Guennebaud2019-09-10
* PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
* Add more tests for corner cases of log1p and expm1. Add handling of infinite ...Gravatar Rasmus Munk Larsen2019-08-28
* Revert changes to std_falback::log1p that broke handling of arguments less th...Gravatar Rasmus Munk Larsen2019-08-27
* Clean up float16 a.k.a. Eigen::half support in Eigen. Move the definition of ...Gravatar Rasmus Munk Larsen2019-08-27
* Implement vectorized versions of log1p and expm1 in Eigen using Kahan's formu...Gravatar Rasmus Munk Larsen2019-08-12