aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Overview.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-02-18 10:27:18 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-02-18 10:27:18 +0000
commit23f543ee5e3a2fb7f0955b6e03ffcc3781de5827 (patch)
tree4ec04faaf66cf6615129d4277ee656575e500dce /doc/Overview.dox
parent21161d8bcffbb89e699215ed62f950a96325a75a (diff)
add the ASCII quick reference made by Kier
Diffstat (limited to 'doc/Overview.dox')
-rw-r--r--doc/Overview.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Overview.dox b/doc/Overview.dox
index cd186565e..db0d9587a 100644
--- a/doc/Overview.dox
+++ b/doc/Overview.dox
@@ -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.