aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* | Use void type if stl-style iterators are not supportedGravatar Eugene Zhulenev2018-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
* | Make redux_vec_unroller more flexible regarding packet-typeGravatar Gael Guennebaud2018-10-09
* | Extend unit tests for partial reductionsGravatar Gael Guennebaud2018-10-09
|/
* Fix a lot of Doxygen warnings in Tensor moduleGravatar Christoph Hertzberg2018-10-09
* Small Doxygen fixesGravatar Christoph Hertzberg2018-10-09
* Fix compilation on CUDAGravatar Gael Guennebaud2018-10-09
* fix mpreal for mpfr<4.0.0Gravatar Gael Guennebaud2018-10-09
* Fix out-of bounds access in TensorArgMax.h.Gravatar Rasmus Munk Larsen2018-10-08
* Fix contraction test.Gravatar Rasmus Munk Larsen2018-10-08
* bug #1603: add parenthesis around ternary operator in function body as well a...Gravatar Gael Guennebaud2018-10-08
* typoGravatar Gael Guennebaud2018-10-08
* fix c++11 deprecated warningGravatar Gael Guennebaud2018-10-08
* fix warning in mpreal.hGravatar Gael Guennebaud2018-10-08
* mergeGravatar Gael Guennebaud2018-10-08
|\
* | Unify c++11 usage in doc's examples and snippetsGravatar Gael Guennebaud2018-10-08
| * Update included mpreal header to 3.6.5 and fix deprecated warnings.Gravatar Gael Guennebaud2018-10-08
| * Workaround stupid warningGravatar Gael Guennebaud2018-10-08
| * Disable C++11 deprecated warning when limiting Eigen to C++98Gravatar Gael Guennebaud2018-10-08
| * fix a doxygen issueGravatar Gael Guennebaud2018-10-08
| * Fix maybe-uninitialized warningGravatar Gael Guennebaud2018-10-07
| * Workaround gcc's alloc-size-larger-than= warningGravatar Gael Guennebaud2018-10-07
| * Fix gcc 8.1 warning: "maybe use uninitialized"Gravatar Gael Guennebaud2018-10-07
| * Implement a better workaround for GCC's bug #87544Gravatar Gael Guennebaud2018-10-07
| * Workaround gcc bug making it trigger an invalid warningGravatar Gael Guennebaud2018-10-07
| * Workaround MSVC compilation issueGravatar Gael Guennebaud2018-10-06
* | Clarify doc of rowwise/colwise/vectorwise.Gravatar Gael Guennebaud2018-10-05
* | Simplify API by removing allCols/allRows and reusing rowwise/colwise to defin...Gravatar Gael Guennebaud2018-10-05
* | Add support for c++11 snippetsGravatar Gael Guennebaud2018-10-05
* | Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
| * fix unused warningGravatar 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
| * Fix shadow warningGravatar Christoph Hertzberg2018-10-02
| * Move struct outside of method for C++03 compatibility.Gravatar Christoph Hertzberg2018-10-02
| * Make code compile in C++03 mode againGravatar Christoph Hertzberg2018-10-02
| * Fix conversion warning ... againGravatar Christoph Hertzberg2018-10-02
* | Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)Gravatar 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