aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* 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
| | | | -fsanitize=address, and allow users to manually tell whether EIGEN_MALLOC_ALREADY_ALIGNED.
* Be more explicit about user-defined functions in Map tutorial.Gravatar Jitse Niesen2013-02-20
| | | | See discussion on mailing list on 18 + 19 Feb 2013.
* 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
| | | | methods and rename matrixQR to matrixR.
* update unsupported module documentation to be conformed with new ↵Gravatar Gael Guennebaud2013-01-11
| | | | documentation style
* 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
| | | | | - remove the "modules|classes" link for module pages (they are already in the TOC) - fine tune the TOC css
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
| | | | | | | | | | | | | | | | | | | | | | - Organize the documentation into "chapters". - Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page. - The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ). - Add a "General topics" entry for all pages that do not fit well in the previous "chapters". - The highlevel struture is managed by a new eigendoxy_layout.xml file. - remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.) - add the javascript search-engine. - add the "treeview" panel. - remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed). - add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel. - overload various javascript function generated by doxygen to: - remove the root of the treeview - remove links to section/subsection from the treeview - automatically expand the "Chapters" section - automatically expand the current section - adjust the height of the treeview to take into account the TOC - always use the default .css file, eigendoxy.css now only includes our modifications - use Doxyfile to specify our logo - remove cross references to unsupported modules (temporarily)
* 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
| | | | entire page (many declarations and tables are larger than 60em anyway)
* 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
| | |
| | * Write dox for assertionsGravatar Chen-Pang He2012-08-31
| | |
| | * Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.Gravatar Chen-Pang He2012-08-30
| |/ |/|
* | Fix dox and tabbingGravatar Chen-Pang He2012-08-29
| |
* | fix bug #499: the image was missing because of a dependency issue when ↵Gravatar Gael Guennebaud2012-08-27
| | | | | | | | building/executing the "special" examples
* | simplify eigen-doc.tgz file generation, and make it more future proofGravatar Gael Guennebaud2012-08-27
| |
* | remove EXTRACT_ALLGravatar Gael Guennebaud2012-08-27
| |
* | add piwik code to documentation (web stats engine)Gravatar Thomas Capricelli2012-08-21
| |
* | Undo incorrect fix in previous commit, and fix real mistake instead.Gravatar Jitse Niesen2012-08-17
| |
* | Documentation fixes. Thanks to Rodney Sparapani for reporting these.Gravatar Jitse Niesen2012-08-17
| |
* | add an example for GeneralizedEigenSolverGravatar Gael Guennebaud2012-07-28
| |
* | RealQZ: added example and some code commentsGravatar Alexey Korepanov2012-07-28
| |
* | Fix typo in the doc: s/Succeeded/SuccessGravatar Gael Guennebaud2012-07-28
| |
* | document EIGEN_MPL2_ONLYGravatar Gael Guennebaud2012-07-14
| |
* | doc: Typo in CustomizingEigen, introduced in previous commit.Gravatar Jitse Niesen2012-07-05
| | | | | | | | Thanks to Christoph Hertzberg for noting this.
* | doc: Add constructor to example for inheritance.Gravatar Jitse Niesen2012-07-05
| | | | | | | | See "Error in Inheriting Eigen::Vector3d" on forum.
* | Doc: add an example for HouseholderQR::householderQ()Gravatar Gael Guennebaud2012-07-02
| |
* | add the multithreading topic in the topic listGravatar Gael Guennebaud2012-06-21
| |
* | extend documentation of *Support modulesGravatar Gael Guennebaud2012-06-21
| |
* | Fix some typos in sparse tutorial.Gravatar Jitse Niesen2012-06-20
| |
* | significantly extend the tutorial of sparse matricesGravatar Gael Guennebaud2012-06-20
| |