aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Show call stack in case of failing sparse solving.Gravatar Gael Guennebaud2018-10-16
* mergeGravatar Gael Guennebaud2018-10-15
|\
| * Suppress unused variable compiler warning in sparse subtest 3.Gravatar Rasmus Munk Larsen2018-10-12
* | Make sparse_basic includable from sparse_extra, but disable it since sparse_b...Gravatar Gael Guennebaud2018-10-11
|/
* Relaxed fastmath unit test: if std::foo fails, then let's only trigger a warn...Gravatar Gael Guennebaud2018-10-11
* relax numerical tests from equal to approx (x87)Gravatar Gael Guennebaud2018-10-11
* bug #520: add diagmat +/- diagmat operators.Gravatar Gael Guennebaud2018-10-10
* Merged in ezhulenev/eigen-02 (pull request PR-525)Gravatar Gael Guennebaud2018-10-10
|\
* | bug #632: add specializations for res ?= dense +/- sparse and res ?= sparse +...Gravatar Gael Guennebaud2018-10-10
| * Fix bug in partial reduction of expressions requiring evaluationGravatar Eugene Zhulenev2018-10-10
* | bug #1609: add inplace transposition unit testGravatar Gael Guennebaud2018-10-10
|/
* Avoid empty macro argumentsGravatar Christoph Hertzberg2018-10-10
* Merged in ezhulenev/eigen-01 (pull request PR-523)Gravatar Rasmus Munk Larsen2018-10-09
|\
| * Hide stl-container detection test under #ifGravatar Eugene Zhulenev2018-10-09
| * Compile time detection for unimplemented stl-style iteratorsGravatar Eugene Zhulenev2018-10-09
* | bug #65: add vectorization of partial reductions along the outer-dimension, f...Gravatar Gael Guennebaud2018-10-09
* | Extend unit tests for partial reductionsGravatar Gael Guennebaud2018-10-09
|/
* fix c++11 deprecated warningGravatar Gael Guennebaud2018-10-08
* mergeGravatar Gael Guennebaud2018-10-08
|\
| * Disable C++11 deprecated warning when limiting Eigen to C++98Gravatar Gael Guennebaud2018-10-08
| * Fix maybe-uninitialized warningGravatar Gael Guennebaud2018-10-07
| * Fix gcc 8.1 warning: "maybe use uninitialized"Gravatar Gael Guennebaud2018-10-07
| * Workaround gcc bug making it trigger an invalid warningGravatar Gael Guennebaud2018-10-07
* | 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