aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Simplify API by removing allCols/allRows and reusing rowwise/colwise to defin...Gravatar Gael Guennebaud2018-10-05
* Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
* add unit testsGravatar Gael Guennebaud2018-10-03
* Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Or...Gravatar Gael Guennebaud2018-10-03
* Add pointer-based iterator for direct-access expressionsGravatar Gael Guennebaud2018-10-02
* Add templated subVector<Vertical/Horizonal>(Index) aliases to col/row(Index) ...Gravatar Gael Guennebaud2018-10-02
* Use Index instead of ptrdiff_t or int, fix random-accessors.Gravatar Gael Guennebaud2018-10-02
* bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01
* fix alignment issue in ploaddup for AVX512Gravatar Gael Guennebaud2018-09-28
* Merge with default.Gravatar Gael Guennebaud2018-09-23
|\
| * Replace unused PREDICATE by corresponding STATIC_ASSERTGravatar Christoph Hertzberg2018-09-21
* | Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve...Gravatar Gael Guennebaud2018-09-21
| * fix unalignedcount for avx512Gravatar Gael Guennebaud2018-09-21
| * Fix vectorization logic unit test for AVX512Gravatar Gael Guennebaud2018-09-21
| * Improve slice-vectorization logic for redux (significant speed-up for reduxio...Gravatar Gael Guennebaud2018-09-21
* | merge with default EigenGravatar Gael Guennebaud2018-09-21
|\|
* | Update reshaped API to use RowMajor/ColMajor directly as integral values inst...Gravatar Gael Guennebaud2018-09-19
| * Move all, last, end from Eigen::placeholders namespace to Eigen::, and rename...Gravatar Gael Guennebaud2018-09-15
| * Rename test/array.cpp to test/array_cwise.cpp to avoid conflicts with the arr...Gravatar Gael Guennebaud2018-09-20
| * Fix warningGravatar Gael Guennebaud2018-09-20
| * Disable ignoring attributes warningGravatar Gael Guennebaud2018-09-20
| * Rename Symbolic namespace to symbolic to be consistent with numext namespaceGravatar Gael Guennebaud2018-09-15
| * Updates to fix HIP-clang specific compile errors.Gravatar Deven Desai2018-08-30
| * Fix doxy and misc. typosGravatar luz.paz"2018-08-01
| * Fix 'template argument uses local type'-warnings (when compiled in C++03 mode)Gravatar Christoph Hertzberg2018-09-10
| * 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