* update the general TOC

* integrate the old geometry/sparse tutorial into the new one (they are better than nothing)
* remove the old tutorial on the core module
This commit is contained in:
Gael Guennebaud
2010-07-04 10:14:47 +02:00
parent 11329f49f4
commit 41ea92d355
15 changed files with 71 additions and 826 deletions

View File

@@ -4,7 +4,7 @@ namespace Eigen {
\ingroup Tutorial
\li \b Previous: \ref TutorialAdvancedInitialization
\li \b Next: TODO
\li \b Next: \ref TutorialGeometry
This tutorial explains how to solve linear systems, compute various decompositions such as LU,
QR, %SVD, eigendecompositions... for more advanced topics, don't miss our special page on
@@ -240,7 +240,7 @@ decomposition after you've changed the threshold.
</tr>
</table>
\li \b Next: TODO
\li \b Next: TutorialGeometry
*/