aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C09_TutorialSparse.dox
Commit message (Collapse)AuthorAge
* 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
|
* Add a tutorial page on the Map class, and add a section to ↵Gravatar Tim Holy2012-02-08
| | | | FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types.
* add the recent setFromTriplets() feature in the manualGravatar Gael Guennebaud2012-02-04
|
* fix sparse insertion exampleGravatar Gael Guennebaud2011-12-11
|
* fix matrix names in the insertion exampleGravatar Gael Guennebaud2011-12-03
|
* improve sparse manualGravatar Gael Guennebaud2011-12-03
|
* draft of the new sparse manual reflecting the new sparse moduleGravatar Gael Guennebaud2011-11-24
|
* Write page on template and typename keywords in C++.Gravatar Jitse Niesen2011-09-10
| | | | | | | After yet another question on the forum, I decided to write something on this common issue. Now we just need to link to this and get people to read it. Thanks to mattb on the forum for some links. Caveat: IANALL (I am not a language lawyer).
* Relatively straightforward changes to wording of documentation, focusing ↵Gravatar Tim Holy2011-06-20
| | | | particularly on the sparse and (to a lesser extent) geometry pages.
* Fixed a few typos and cleaned up some language.Gravatar Zach Ploskey2011-06-17
|
* update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorialGravatar Gael Guennebaud2010-10-19
|
* quickly mention how to solve a sparse problemGravatar Gael Guennebaud2010-08-18
|
* * 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