aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
* Disable a bonus unit-test which is broken with gcc 4.7Gravatar Gael Guennebaud2018-08-27
* bug #1573: workaround gcc 4.7 and 4.8 bugGravatar Gael Guennebaud2018-08-27
* Add support for thread local support on platforms that do not support it thro...Gravatar Rasmus Munk Larsen2018-08-13
* Merged in rmlarsen/eigen2 (pull request PR-466)Gravatar Gael Guennebaud2018-08-13
|\
| * sigmoid -> logisticGravatar Rasmus Munk Larsen2018-08-13
* | Disabling assert inside SYCL kernel.Gravatar Mehdi Goli2018-08-08
| * Move sigmoid functor to core.Gravatar Rasmus Munk Larsen2018-08-03
|/
* Fix 256 bit packet size assumptions in unit tests.Gravatar Gustavo Lima Chaves2018-08-02
* bug #1577: fix msvc compilation of unit test, msvc defines ptrdiff_t as long ...Gravatar Gael Guennebaud2018-07-30
* DIsable static assertions only when necessary and disable double-promotion wa...Gravatar Christoph Hertzberg2018-07-26
* Add lastN shorcuts to seq/seqN.Gravatar Gael Guennebaud2018-07-23
* Oopps, EIGEN_COMP_MSVC is not available before including Eigen.Gravatar Gael Guennebaud2018-07-20
* Disable optimization for sparse_product unit test with MSVC 2013, otherwise i...Gravatar Gael Guennebaud2018-07-20
* Pass by const ref.Gravatar Gael Guennebaud2018-07-19
* Add regression for bugs #1573 and #1575Gravatar Gael Guennebaud2018-07-18
* bug #1432: fix conservativeResize for non-relocatable scalar types. For those...Gravatar Gael Guennebaud2018-07-18
* Generalize ScalarWithExceptions to a full non-copyable and trowing scalar typ...Gravatar Gael Guennebaud2018-07-18
* Fix weird issue with MSVC 2013Gravatar Gael Guennebaud2018-07-18
* Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require th...Gravatar Gael Guennebaud2018-07-17
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fix VERIFY_EVALUATION_COUNT(EXPR,N) with a complex expression as NGravatar Gael Guennebaud2018-07-17
* bug #1572: use c++11 atomic instead of volatile if c++11 is available, and di...Gravatar Gael Guennebaud2018-07-17
* Simplify handling and non-splitted tests and include split_test_helper.h inst...Gravatar Gael Guennebaud2018-07-16
* Fix usage of EIGEN_SPLIT_LARGE_TESTS=ON: some unit tests, such as indexed_vie...Gravatar Gael Guennebaud2018-07-16
* Fix GeneralizedEigenSolver when requesting for eigenvalues only.Gravatar Gael Guennebaud2018-07-14
* bug #1571: fix is_convertible<from,to> with "from" a reference.Gravatar Gael Guennebaud2018-07-13
* Print more debug info in gpu_basicGravatar Gael Guennebaud2018-07-13
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* Disable eigenvalues test for clang-cudaGravatar Gael Guennebaud2018-07-12
* fix unused warningGravatar Gael Guennebaud2018-07-12
* Merged in deven-amd/eigen (pull request PR-402)Gravatar Gael Guennebaud2018-07-12
|\
* | Add some basic unit-testsGravatar Gael Guennebaud2018-07-12
* | Make is_convertible more robust and conformant to std::is_convertibleGravatar Gael Guennebaud2018-07-12
* | Fix regression in 9357838f94d2907996adadc7e5200376f3561ed4Gravatar Gael Guennebaud2018-07-11
| * Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
| * deleting hip specific files that are no longer requiredGravatar Deven Desai2018-07-11
| * renaming CUDA* to GPU* for some header filesGravatar Deven Desai2018-07-11
| * merging updates from upstreamGravatar Deven Desai2018-07-11
| |\ | |/ |/|
* | bug #1543: improve linear indexing for general block expressionsGravatar Gael Guennebaud2018-07-10
* | Introduce the macro ei_declare_local_nested_eval to help allocating on the st...Gravatar Gael Guennebaud2018-07-09
* | palign is not used anymore, so let's relax the unit testGravatar Gael Guennebaud2018-07-06
* | test product kernel with half-floats.Gravatar Gael Guennebaud2018-07-06
* | Complete Packet8h implementation and test it in packetmath unit testGravatar Gael Guennebaud2018-07-06
* | Add unitests for inverse and selfadjoint-eigenvalues on CUDAGravatar Gael Guennebaud2018-07-06
| * updates based on PR feedbackGravatar Deven Desai2018-06-14
| * syncing this fork with upstreamGravatar Deven Desai2018-06-13
| |\
* | | Make is_same_dense compatible with different scalar types.Gravatar Gael Guennebaud2018-07-03
* | | bug #1562: optimize evaluation of small products of the form s*A*B by rewriti...Gravatar Gael Guennebaud2018-07-02
* | | Fix unit testGravatar Gael Guennebaud2018-07-01