big improvements to tutorial, especially page 2 (matrix arithmetic).

add placeholders for some 'special topic' pages.
This commit is contained in:
Benoit Jacob
2010-06-26 14:00:00 -04:00
parent 1c783e252f
commit e078bb2637
16 changed files with 350 additions and 202 deletions

View File

@@ -0,0 +1,12 @@
namespace Eigen {
/** \page TopicScalarTypes Scalar types
TODO: write this dox page!
Is linked from the tutorial on the Matrix class.
*/
}