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.

(transplanted from 44b19b432c
)
This commit is contained in:
Tim Holy
2012-02-08 22:11:12 +01:00
parent 503cf43556
commit f54cc2284e
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
@@ -254,7 +254,7 @@ if(!lu_of_A.solve(b,&x)) {
See also the class SparseLLT, class SparseLU, and class SparseLDLT.
\li \b Next: TODO
\li \b Next: \ref TutorialMapClass
*/