aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Array.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-07-29 10:21:28 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-07-29 10:21:28 +0200
commit76874b128ec7b191cc986e15ef28c34771120e82 (patch)
treeffa2fe039a7b96153c99940315d408fad67fc264 /Eigen/src/Core/Array.h
parent41e1f3498c90d498796c424b19d115c3a9b92374 (diff)
bug #1047: document the structure layout of class Matrix
Diffstat (limited to 'Eigen/src/Core/Array.h')
-rw-r--r--Eigen/src/Core/Array.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/Core/Array.h b/Eigen/src/Core/Array.h
index d8a277143..e38eda72c 100644
--- a/Eigen/src/Core/Array.h
+++ b/Eigen/src/Core/Array.h
@@ -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.
*