aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Matrix.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/Matrix.h
parenta6da80387364de1a6af39a2b472968b1cb1b10a1 (diff)
Docs: Add references to TopicClassHierarchy
Diffstat (limited to 'Eigen/src/Core/Matrix.h')
-rw-r--r--Eigen/src/Core/Matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h
index 1c9d32a29..9d8ff6640 100644
--- a/Eigen/src/Core/Matrix.h
+++ b/Eigen/src/Core/Matrix.h
@@ -107,7 +107,7 @@
* are the dimensions of the original matrix, while _Rows and _Cols are Dynamic.</dd>
* </dl>
*
- * \see MatrixBase for the majority of the API methods for matrices
+ * \see MatrixBase for the majority of the API methods for matrices, \ref TopicClassHierarchy
*/
template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
struct ei_traits<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >