aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper...Gravatar Gael Guennebaud2013-10-16
* uniformize piwik code among branchesGravatar Thomas Capricelli2013-10-11
* Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limitGravatar Gael Guennebaud2013-08-21
* Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOC...Gravatar Gael Guennebaud2013-08-20
* Fix bug #642: add vectorization of sqrt for doubles, and make sqrt really saf...Gravatar Gael Guennebaud2013-08-19
* Fix broken link on transforming normalsGravatar Gael Guennebaud2013-08-12
* bug #638: fix typos in sparse tutorialGravatar Gael Guennebaud2013-08-12
* QuickReference.dox: std::tan(array) --> tan(array), same for other functions.Gravatar Jitse Niesen2013-08-11
* doc: Explain type of result for VectorwiseOp member functions.Gravatar Jitse Niesen2013-08-06
* Remove LinearLeastSquares.dox , which should not have been added.Gravatar Jitse Niesen2013-08-06
* Move inheritance from Eigen example in stand-alone file.Gravatar Jitse Niesen2013-08-02
* Remove obsolete sentence on LPGL in MKL doc.Gravatar Gael Guennebaud2013-07-15
* Extend the "functions taking Eigen type" doc page to present the Ref<> option.Gravatar Gael Guennebaud2013-07-13
* Fix bug in sparse documentation.Gravatar Gael Guennebaud2013-07-04
* Fix some doxygen errors and warnings.Gravatar Jitse Niesen2013-07-02
* doc: Mention vec=vec.head(n) in aliasing page.Gravatar Jitse Niesen2013-07-02
* Avoid phrase "static allocation" for local storage on stack (bug #615).Gravatar Jitse Niesen2013-06-18
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
* Require at least cmake version 2.8.2 (bug #606).Gravatar Jitse Niesen2013-06-17
* fix bug #597: typo in sparse documentationGravatar Gael Guennebaud2013-06-10
* fix a weird bug where a space was missing before a linkGravatar Thomas Capricelli2013-03-19
* Update matlab-eigen quick ascii reffGravatar Gael Guennebaud2013-03-11
* Update doc for the sparse moduleGravatar Desire NUENTSA2013-03-05
* Fix bug #552: disable EIGEN_GLIBC_MALLOC_ALREADY_ALIGNED when compiling with ...Gravatar Gael Guennebaud2013-02-25
* Be more explicit about user-defined functions in Map tutorial.Gravatar Jitse Niesen2013-02-20
* Remove confusing transpose() in setLinSpaced() docs.Gravatar Jitse Niesen2013-02-18
* add EIGEN_INITIALIZE_MATRICES_BY_NANGravatar Gael Guennebaud2013-02-07
* Remove TOC numbering, and minor improvement in overview.Gravatar Gael Guennebaud2013-01-12
* SparseQR: clean a bit the documentation, fix rows/cols methods, remove rowsQ ...Gravatar Gael Guennebaud2013-01-12
* update unsupported module documentation to be conformed with new documentatio...Gravatar Gael Guennebaud2013-01-11
* typosGravatar Gael Guennebaud2013-01-09
* update javascript hacks for doxygen 1.8.3Gravatar Gael Guennebaud2013-01-09
* Rename the dox files: the number prefixes are not needed anymoreGravatar Gael Guennebaud2013-01-06
* Clean the manual page titles, links and intro.Gravatar Gael Guennebaud2013-01-06
* fix typoGravatar Thomas Capricelli2013-01-06
* Update the overview page to reflect the new organisationGravatar Gael Guennebaud2013-01-05
* Doc presentation:Gravatar Gael Guennebaud2013-01-05
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* Doc: replace manual TOC by doxygen's \tableofcontents commandGravatar Gael Guennebaud2012-12-28
* Doc: remove page margins and limits to 60em paragraphes only instaead of the ...Gravatar Gael Guennebaud2012-12-28
* Update doxygen files to doxygen version 1.8Gravatar Gael Guennebaud2012-12-28
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Fix bug #531: Empty line in <table> made doxygen render it as paragraphsGravatar Christoph Hertzberg2012-12-17
* fix geometry tutorialGravatar Gael Guennebaud2012-11-29
* bug #517 : Small typo in AsciiQuickReferenceGravatar Desire NUENTSA2012-10-03
* Add forgotten SparseLUBaseGravatar Desire NUENTSA2012-09-27
* fix minor typo in docGravatar Gael Guennebaud2012-09-26
* Merged in jdh8/eigen (pull request PR-16)Gravatar Gael Guennebaud2012-09-08
|\
* \ merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\ \
| * | Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07