add the ASCII quick reference made by Kier

This commit is contained in:
Gael Guennebaud
2009-02-18 10:27:18 +00:00
parent 21161d8bcf
commit 23f543ee5e
3 changed files with 154 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ o /** \mainpage Eigen
This is the API documentation for Eigen.
For a first contact with Eigen, the best place is to have a look at the \ref TutorialCore "tutorial".
For a first contact with Eigen, the best place is to have a look at the \ref TutorialCore "tutorial". For an even shorter overview, we have an <a href="AsciiQuickReference.txt">ASCII quick reference</a> with Matlab translations.
Most of the API is available as methods in MatrixBase, so this is a good starting point for browsing. Also have a look at Matrix, as a few methods and the matrix constructors are there. Other notable classes for the Eigen API are Cwise, which contains the methods for doing certain coefficient-wise operations, and Part.