aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PlainObjectBase.h
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-02-13 22:50:57 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-02-13 22:50:57 +0000
commit211e1f8044aed132ae578e992eaad6473be301ed (patch)
treed35082f6f8e6cfd5f61ec342926971cf19cb2f05 /Eigen/src/Core/PlainObjectBase.h
parentd09b94e2ad3b32d7a57f36877b61f0bc2c4b33b1 (diff)
Improve documentation of plugins.
Diffstat (limited to 'Eigen/src/Core/PlainObjectBase.h')
-rw-r--r--Eigen/src/Core/PlainObjectBase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Eigen/src/Core/PlainObjectBase.h b/Eigen/src/Core/PlainObjectBase.h
index 06de6ecc3..39dddf773 100644
--- a/Eigen/src/Core/PlainObjectBase.h
+++ b/Eigen/src/Core/PlainObjectBase.h
@@ -42,6 +42,10 @@ template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers> struct m
/**
* \brief %Dense storage base class for matrices and arrays.
+ *
+ * This class can be extended with the help of the plugin mechanism described on the page
+ * \ref TopicCustomizingEigen by defining the preprocessor symbol \c EIGEN_PLAINOBJECTBASE_PLUGIN.
+ *
* \sa \ref TopicClassHierarchy
*/
template<typename Derived>