Document DenseCoeffsBase

This commit is contained in:
Jitse Niesen
2010-08-22 17:30:31 +01:00
parent 60aad09878
commit a6da803873
4 changed files with 36 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ These classes serve as base classes for the five core classes mentioned above. T
less interesting for users of the Eigen library.
- DenseStorageBase means dense (matrix or array) plain object, i.e. something that stores its own dense
array of coefficients. This is where, for instance, the \link DenseStoreBase::resize() resize() \endlink
array of coefficients. This is where, for instance, the \link DenseStorageBase::resize() resize() \endlink
methods go. \c %DenseStorageBase is inherited by \c %Matrix and by \c %Array. But above, we said that
\c %Matrix inherits \c %MatrixBase and \c %Array inherits \c %ArrayBase. So does that mean multiple
inheritance? No, because \c %DenseStorageBase \e itself inherits \c %MatrixBase or \c %ArrayBase depending