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

@@ -36,8 +36,9 @@ template <typename Derived, typename OtherDerived = Derived, bool IsVector = sta
template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers> struct ei_matrix_swap_impl;
/**
* \brief %Dense storage base class for matrices and arrays.
**/
* \brief %Dense storage base class for matrices and arrays.
* \sa \ref TopicClassHierarchy
*/
template<typename Derived>
class DenseStorageBase : public ei_dense_xpr_base<Derived>::type
{