bug #1047: document the structure layout of class Matrix

This commit is contained in:
Gael Guennebaud
2015-07-29 10:21:28 +02:00
parent 41e1f3498c
commit 76874b128e
2 changed files with 39 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ namespace Eigen {
* API for the %Matrix class provides easy access to linear-algebra
* operations.
*
* See documentation of class Matrix for detailed information on the template parameters
* storage layout.
*
* 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_ARRAY_PLUGIN.
*