aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Overview.dox
Commit message (Collapse)AuthorAge
* Added a tutorial on writing functions taking Eigen types.Gravatar Hauke Heibel2010-08-04
|
* Add page giving an overview of the class hierarchy.Gravatar Jitse Niesen2010-08-02
| | | | | | | This is mostly copied from the wiki, which in turn copies Benoit's email at http://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2010/06/msg00576.html I used ASCII art for the inheritance diagrams for now, but I don't mind moving to GraphViz/dot as discussed earlier.
* Documentation: Start special topic page on aliasing.Gravatar Jitse Niesen2010-07-31
|
* Reductions/Broadcasting/Visitor Tutorial added to indexGravatar Carlos Becker2010-07-08
|
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
| | | | | | | * Add short documentation for Array class * Put all classes explicitly in Core module (where applicable) * Section on Modules in Quick Reference Guide * Put Page 7 after Page 6 in Contents :)
* fix the overview page and add mention that the wrong stack alignment issue ↵Gravatar Benoit Jacob2010-07-06
| | | | may have been solved by gcc 4.5
* Improve documentation, mostly by adding links to Quick Start Guide.Gravatar Jitse Niesen2010-07-05
|
* update topic page on productsGravatar Gael Guennebaud2010-07-04
|
* * update the general TOCGravatar Gael Guennebaud2010-07-04
| | | | | * integrate the old geometry/sparse tutorial into the new one (they are better than nothing) * remove the old tutorial on the core module
* Added Block tutorial to docs indexGravatar Carlos Becker2010-06-29
|
* update the main page and add a TOCGravatar Gael Guennebaud2010-06-26
|
* * 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
* started a page on the porting from Eigen2 to 3, updated a bit the tutorialGravatar Gael Guennebaud2010-01-06
|
* Documentation clean up.Gravatar Jitse Niesen2009-12-08
| | | | | | | | * remove non-existant reference to CwiseAll * define \householder_module (used in HouseholderSequence.h) * update I01_TopicLazyEvaluation.dox - Product is now called GeneralProduct * remove reference to list of examples which was deleted ages ago * rename PartialLU_solve.cpp snippet to PartialPivLU_solve.cpp
* add the ASCII quick reference made by KierGravatar Gael Guennebaud2009-02-18
|
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-02-04
| | | | | | | | The unsupported module documentation is automatically generated in: build/doc/unsupported/ with bidirectional cross references. I leave a class Foo in AdolcForward module to illustrate the cross-reference behavior. I will remove it in the next commit.
* * Started a tutorial page for sparse matrix.Gravatar Gael Guennebaud2009-01-16
| | | | * Updated Mainpage.dox's directives used by kde's scripts
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
| | | | * documentation improvements, especially in quickstart guide
* tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh scriptGravatar Gael Guennebaud2008-08-29
plus some hacks to compile the examples from doxygen... Hopefully, api.kde.org/eigen2 will be beautiful by tomorrow....