Add a tutorial page on the Map class, and add a section to FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types.

This commit is contained in:
Tim Holy
2012-02-08 22:11:12 +01:00
parent 5bb34fd14c
commit 44b19b432c
6 changed files with 146 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ namespace Eigen {
\ingroup Tutorial
\li \b Previous: \ref TutorialGeometry
\li \b Next: TODO
\li \b Next: \ref TutorialMapClass
\b Table \b of \b contents \n
- \ref TutorialSparseIntro
@@ -318,7 +318,7 @@ The compute() method is equivalent to calling both analyzePattern() and factoriz
Finally, each solver provides some specific features, such as determinant, access to the factors, controls of the iterations, and so on.
More details are availble in the documentations of the respective classes.
\li \b Next: TODO
\li \b Next: \ref TutorialMapClass
*/