aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Array.h
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-08-22 18:28:19 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-08-22 18:28:19 +0100
commit103b9351fdbf3ea440b718a13f40eb17928afaaa (patch)
tree62c02f61423308bd73bce42167b9b4ef9c4c2631 /Eigen/src/Core/Array.h
parenta6da80387364de1a6af39a2b472968b1cb1b10a1 (diff)
Docs: Add references to TopicClassHierarchy
Diffstat (limited to 'Eigen/src/Core/Array.h')
-rw-r--r--Eigen/src/Core/Array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/Array.h b/Eigen/src/Core/Array.h
index e099647df..2e97f18ee 100644
--- a/Eigen/src/Core/Array.h
+++ b/Eigen/src/Core/Array.h
@@ -37,7 +37,7 @@
* API for the %Matrix class provides easy access to linear-algebra
* operations.
*
- * \sa \ref TutorialArrayClass
+ * \sa \ref TutorialArrayClass, \ref TopicClassHierarchy
*/
template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
struct ei_traits<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > : ei_traits<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >