aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* Fix doc issues regarding ndtriGravatar Gael Guennebaud2019-09-04
* Fix doc regarding alignment and c++17Gravatar Gael Guennebaud2019-08-04
* Added leading asterisk for Doxygen to consume as it was removing asterisk int...Gravatar Kyle Vedder2019-07-18
* Escape \# inside doxygen docuGravatar Christoph Hertzberg2019-07-12
* Build deprecated snippets with -DEIGEN_NO_DEPRECATED_WARNINGGravatar Christoph Hertzberg2019-07-12
* digits10() needs to return an integerGravatar Christoph Hertzberg2019-05-31
* erm.. use proper idGravatar Thomas Capricelli2019-03-12
* update tracking codeGravatar Thomas Capricelli2019-03-12
* Do not keep latex logsGravatar Bernhard M. Wiedemann2019-02-27
* Enable documentation of Array's typedefsGravatar Gael Guennebaud2019-02-20
* Update documentation regarding alignment issue.Gravatar Gael Guennebaud2019-02-20
* Slightly extend discussions on auto and move the content of the Pit falls wik...Gravatar Gael Guennebaud2019-01-30
* cleanupGravatar Gael Guennebaud2019-01-24
* PR 574: use variadic template instead of initializer_list to implement fixed-...Gravatar David Tellenbach2019-01-23
* Tell doxygen that cxx11 math is availableGravatar Christoph Hertzberg2019-01-24
* Fix name of tutorial snippet.Gravatar Christoph Hertzberg2019-01-23
* Cleanup SFINAE in Array/Matrix(initializer_list) ctors and minor doc editing.Gravatar Gael Guennebaud2019-01-22
* PR 572: Add initializer list constructors to Matrix and Array (include unit t...Gravatar David Tellenbach2019-01-21
* Doc: remove link to porting guideGravatar Gael Guennebaud2019-01-17
* Doc: add manual page on STL iteratorsGravatar Gael Guennebaud2019-01-17
* Add a comment stating this doc page is partly obsolete.Gravatar Gael Guennebaud2019-01-16
* bug #1585: update doc on lazy-evaluationGravatar Gael Guennebaud2019-01-16
* Remove Eigen2ToEigen3 migration page (obsolete since 3.3)Gravatar Gael Guennebaud2019-01-16
* Merge.Gravatar Rasmus Munk Larsen2019-01-14
|\
* | Update documentation.Gravatar Rasmus Munk Larsen2019-01-14
|/
* bug #1615: slightly increase the default unrolling limit to compensate for ch...Gravatar Gael Guennebaud2018-12-13
* Add help messages in the quick ref/ascii docs regarding slicing, indexing, an...Gravatar Gael Guennebaud2018-12-05
* Fix page nestingGravatar Gael Guennebaud2018-12-05
* Small typo found be Patrick Huber (pull request PR-547)Gravatar Christoph Hertzberg2018-11-23
* Improve doc on multi-threading and warn about hyper-threadingGravatar Gael Guennebaud2018-11-14
* doxygen does not like \addtogroup and \ingroup in the same lineGravatar Gael Guennebaud2018-11-14
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
* Add manual doc on STL-compatible iteratorsGravatar Gael Guennebaud2018-11-12
* add missing ref to a.zeta(b)Gravatar Gael Guennebaud2018-11-09
* Limit the size of the tocGravatar Gael Guennebaud2018-11-09
* Update doxy hacks wrt doxygen 1.8.13/14Gravatar Gael Guennebaud2018-11-09
* Add and update manual pages for slicing, indexing, and reshaping.Gravatar Gael Guennebaud2018-11-09
* Fix typo in tutorial documentation.Gravatar Halie Murray-Davis2018-10-25
* Document EIGEN_NO_IO preprocessor directiveGravatar Christoph Hertzberg2018-10-25
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* fix typo in docGravatar Gael Guennebaud2018-10-17
* Unify c++11 usage in doc's examples and snippetsGravatar Gael Guennebaud2018-10-08
* 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
* Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Or...Gravatar Gael Guennebaud2018-10-03
* Fix documentation of reshape to vectors.Gravatar Gael Guennebaud2018-09-25
* merge with default EigenGravatar Gael Guennebaud2018-09-21
|\
| * Fix shadowingGravatar Gael Guennebaud2018-09-20
* | Fix doc wrt previous changeGravatar Gael Guennebaud2018-09-19
| * Fix doxy and misc. typosGravatar luz.paz"2018-08-01