aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/A05_PortingFrom2To3.dox
Commit message (Collapse)AuthorAge
* update doc wrt to unaligned vectorizationGravatar Gael Guennebaud2016-05-24
|
* Fix links to Eigen2-to-Eigen3 porting helpersGravatar Gael Guennebaud2015-12-30
|
* bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
|
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A ↵Gravatar Christoph Hertzberg2014-07-01
| | | | compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed.
* Fix some doxygen errors and warnings.Gravatar Jitse Niesen2013-07-02
|
* 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
|
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
| | | | | | To get the links to work, I also had to document the Eigen namespace. Unfortunately, this means that the word Eigen is linked whenever it appears in the docs.
* The Eigen2 intrusive std::vector hack really can't be supported in eigen3 ↵Gravatar Benoit Jacob2011-03-04
| | | | (bug #215)
* doc fixesGravatar Benoit Jacob2011-02-11
|
* fix Transform documention regarding ModeGravatar Gael Guennebaud2011-02-10
|
* document the eigen2 support stagesGravatar Benoit Jacob2011-02-10
|
* add Map static methods taking Strides, add test checking for compilation errorsGravatar Benoit Jacob2011-02-03
|
* relax Matrix/Array(Index) ctors to allow size 0, add test.Gravatar Benoit Jacob2011-02-01
|
* add main ei_* functions into Eigen2SupportGravatar Gael Guennebaud2010-12-03
|
* add a word about the ei_ prefix change in Eigen2 -> Eigen3 doc page.Gravatar Gael Guennebaud2010-12-03
|
* add eigen2support Transform typedefs, add Eigen2To3 section on TransformGravatar Benoit Jacob2010-10-29
|
* fix typo and rephrase sentenceGravatar Benoit Jacob2010-10-20
|
* update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorialGravatar Gael Guennebaud2010-10-19
|
* fixed table htmlGravatar Benoit Jacob2010-10-18
|
* update the porting guideGravatar Benoit Jacob2010-10-15
|
* extend the eigen 2 to 3 guideGravatar Gael Guennebaud2010-06-25
|
* remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
| | | | improve porting-Eigen2-to-3 docs
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
| | | | | | | | * get rid of BlockReturnType: it was not needed, and code was not always using it consistently anyway * add topRows(), leftCols(), bottomRows(), rightCols() * add corners unit-test covering all of that * adapt docs, expand "porting from eigen 2 to 3" * adapt Eigen2Support
* finally here is a simple solution making (a*b).diagonal() even faster than ↵Gravatar Gael Guennebaud2010-02-10
| | | | a.lazyProduct(b).diagonal() !!
* doc/A05_PortingFrom2To3.dox: fix typosGravatar Jitse Niesen2010-01-09
|
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
| | | | and remove the respective bit flags
* typoGravatar Gael Guennebaud2010-01-06
|
* improved a bit the list of API changesGravatar Gael Guennebaud2010-01-06
|
* started a page on the porting from Eigen2 to 3, updated a bit the tutorialGravatar Gael Guennebaud2010-01-06