aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/I12_ClassHierarchy.dox
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-08-22 17:30:31 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-08-22 17:30:31 +0100
commita6da80387364de1a6af39a2b472968b1cb1b10a1 (patch)
tree0f93cf846bf455bc58ab5d9c9fe15f3f8a488426 /doc/I12_ClassHierarchy.dox
parent60aad09878c7377cf370e46bc32d80b77fdbfb75 (diff)
Document DenseCoeffsBase
Diffstat (limited to 'doc/I12_ClassHierarchy.dox')
-rw-r--r--doc/I12_ClassHierarchy.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/I12_ClassHierarchy.dox b/doc/I12_ClassHierarchy.dox
index a725e3245..2351957f1 100644
--- a/doc/I12_ClassHierarchy.dox
+++ b/doc/I12_ClassHierarchy.dox
@@ -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