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

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