Add missing doc of Derived template parameter

This commit is contained in:
Gael Guennebaud 2015-12-30 16:43:19 +01:00
parent 29bb599e03
commit eadc377b3f

View File

@ -18,7 +18,7 @@ namespace Eigen {
*
* \brief Base class of any sparse matrices or sparse expressions
*
* \tparam Derived
* \tparam Derived is the derived type, e.g. a sparse matrix type, or an expression, etc.
*
* 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_SPARSEMATRIXBASE_PLUGIN.