Clean the manual page titles, links and intro.

This commit is contained in:
Gael Guennebaud
2013-01-06 23:48:59 +01:00
parent c71c06b71f
commit 091a49cad5
13 changed files with 21 additions and 69 deletions

View File

@@ -2,13 +2,8 @@ namespace Eigen {
/** \eigenManualPage TutorialSparse Sparse matrix manipulations
\li \b Previous: \ref TutorialGeometry
\li \b Next: \ref TutorialMapClass
\eigeneigenAutoToc
<hr>
Manipulating and solving sparse problems involves various modules which are summarized below:
<table class="manual">
@@ -436,8 +431,6 @@ sm2.selfadjointView<Lower>() = A.selfadjointView<Lower>().twistedBy(P); //
sm1.middleCols(j, nb); // for column major matrices only, get a range of nb columns
\endcode
\li \b Next: \ref TutorialMapClass
*/
}