Docs: Add references to TopicClassHierarchy

This commit is contained in:
Jitse Niesen
2010-08-22 18:28:19 +01:00
parent a6da803873
commit 103b9351fd
8 changed files with 17 additions and 7 deletions

View File

@@ -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> >