Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Update the overview page to reflect the new organisation | Gael Guennebaud | 2013-01-05 | |
| | ||||
* | Doc presentation: | Gael Guennebaud | 2013-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: | Gael Guennebaud | 2013-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 command | Gael Guennebaud | 2012-12-28 | |
| | ||||
* | Doc: remove page margins and limits to 60em paragraphes only instaead of the ↵ | Gael Guennebaud | 2012-12-28 | |
| | | | | entire page (many declarations and tables are larger than 60em anyway) | |||
* | Update doxygen files to doxygen version 1.8 | Gael Guennebaud | 2012-12-28 | |
| | ||||
* | Fix several documentation issues | Gael Guennebaud | 2012-12-24 | |
| | ||||
* | Fix bug #531: Empty line in <table> made doxygen render it as paragraphs | Christoph Hertzberg | 2012-12-17 | |
| | ||||
* | fix geometry tutorial | Gael Guennebaud | 2012-11-29 | |
| | ||||
* | bug #517 : Small typo in AsciiQuickReference | Desire NUENTSA | 2012-10-03 | |
| | ||||
* | Add forgotten SparseLUBase | Desire NUENTSA | 2012-09-27 | |
| | ||||
* | fix minor typo in doc | Gael Guennebaud | 2012-09-26 | |
| | ||||
* | Merged in jdh8/eigen (pull request PR-16) | Gael Guennebaud | 2012-09-08 | |
|\ | ||||
* \ | merge Sparse LU branch | Desire NUENTSA | 2012-09-07 | |
|\ \ | ||||
| * | | Add tutorial for sparse solvers | Desire NUENTSA | 2012-09-07 | |
| | | | ||||
| | * | Write dox for assertions | Chen-Pang He | 2012-08-31 | |
| | | | ||||
| | * | Avoid inefficient 2x2 LU. Move atanh to internal for maintainability. | Chen-Pang He | 2012-08-30 | |
| |/ |/| | ||||
* | | Fix dox and tabbing | Chen-Pang He | 2012-08-29 | |
| | | ||||
* | | fix bug #499: the image was missing because of a dependency issue when ↵ | Gael Guennebaud | 2012-08-27 | |
| | | | | | | | | building/executing the "special" examples | |||
* | | simplify eigen-doc.tgz file generation, and make it more future proof | Gael Guennebaud | 2012-08-27 | |
| | | ||||
* | | remove EXTRACT_ALL | Gael Guennebaud | 2012-08-27 | |
| | | ||||
* | | add piwik code to documentation (web stats engine) | Thomas Capricelli | 2012-08-21 | |
| | | ||||
* | | Undo incorrect fix in previous commit, and fix real mistake instead. | Jitse Niesen | 2012-08-17 | |
| | | ||||
* | | Documentation fixes. Thanks to Rodney Sparapani for reporting these. | Jitse Niesen | 2012-08-17 | |
| | | ||||
* | | add an example for GeneralizedEigenSolver | Gael Guennebaud | 2012-07-28 | |
| | | ||||
* | | RealQZ: added example and some code comments | Alexey Korepanov | 2012-07-28 | |
| | | ||||
* | | Fix typo in the doc: s/Succeeded/Success | Gael Guennebaud | 2012-07-28 | |
| | | ||||
* | | document EIGEN_MPL2_ONLY | Gael Guennebaud | 2012-07-14 | |
| | | ||||
* | | doc: Typo in CustomizingEigen, introduced in previous commit. | Jitse Niesen | 2012-07-05 | |
| | | | | | | | | Thanks to Christoph Hertzberg for noting this. | |||
* | | doc: Add constructor to example for inheritance. | Jitse Niesen | 2012-07-05 | |
| | | | | | | | | See "Error in Inheriting Eigen::Vector3d" on forum. | |||
* | | Doc: add an example for HouseholderQR::householderQ() | Gael Guennebaud | 2012-07-02 | |
| | | ||||
* | | add the multithreading topic in the topic list | Gael Guennebaud | 2012-06-21 | |
| | | ||||
* | | extend documentation of *Support modules | Gael Guennebaud | 2012-06-21 | |
| | | ||||
* | | Fix some typos in sparse tutorial. | Jitse Niesen | 2012-06-20 | |
| | | ||||
* | | significantly extend the tutorial of sparse matrices | Gael Guennebaud | 2012-06-20 | |
| | | ||||
* | | fix geometry tutorial about scalings. | Gael Guennebaud | 2012-06-18 | |
| | | ||||
* | | update custom scalar type doc | Gael Guennebaud | 2012-06-18 | |
| | | ||||
* | | Update custom scalar example, based on unstable/Eigen/AdolcForward . | Jitse Niesen | 2012-06-16 | |
| | | ||||
* | | bug #466: better fix for the race condition: this new patch add an ↵ | Gael Guennebaud | 2012-06-14 | |
| | | | | | | | | | | | | | | initParallel() function which must be called at the initialization time of any multi-threaded application calling Eigen from multiple threads. | |||
* | | fix typo | Gael Guennebaud | 2012-06-11 | |
| | | ||||
* | | discourage users to user developer preprocessor directives | Gael Guennebaud | 2012-06-06 | |
|/ | ||||
* | The sparse quick reference guide is not ready | Desire NUENTSA | 2012-05-25 | |
| | ||||
* | Add a preliminary reference guide on sparse interface | Desire NUENTSA | 2012-05-25 | |
| | ||||
* | Warn users against dangerous macros. | Jitse Niesen | 2012-05-13 | |
| | | | | Also, mark EIGEN_DEFAULT_TO_ROW_MAJOR as internal (see also bug #422). | |||
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 | |
| | ||||
* | suppress generation of TEMPLATE_RELATIONS: they are useful but take much too ↵ | Gael Guennebaud | 2012-02-09 | |
| | | | | much space | |||
* | Add a tutorial page on the Map class, and add a section to ↵ | Tim Holy | 2012-02-08 | |
| | | | | FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types. | |||
* | add the recent setFromTriplets() feature in the manual | Gael Guennebaud | 2012-02-04 | |
| | ||||
* | Correct description of rankUpdate() in quick reference guide. | Jitse Niesen | 2012-01-09 | |
| | | | | | | Thanks to Sameer Agarwal for pointing out this mistake. (transplanted from bc0fc5d21e420766bcf4e3e89cfd87eb7ab68bea ) | |||
* | we need to define EXTRACT_ALL to YES to get doxygen see the whole hierarchy. ↵ | Gael Guennebaud | 2011-12-20 | |
| | | | | Exclude internal::* from the doc. |