From 427f8a87d1c184e9fb0c5fdc62197be2a0abb910 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 27 Oct 2009 16:02:36 +0100 Subject: [PATCH] Added dox for the new typedefs. --- Eigen/src/Core/Matrix.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h index cc2d71588..17d2f2836 100644 --- a/Eigen/src/Core/Matrix.h +++ b/Eigen/src/Core/Matrix.h @@ -58,6 +58,9 @@ template ) * \li \c VectorXf is a dynamic-size vector of floats (\c Matrix) * + * \li \c Matrix2Xf is a partially fixed-size (dynamic-size) matrix of floats (\c Matrix) + * \li \c MatrixX3d is a partially dynamic-size (fixed-size) matrix of double (\c Matrix) + * * See \link matrixtypedefs this page \endlink for a complete list of predefined \em %Matrix and \em Vector typedefs. * * You can access elements of vectors and matrices using normal subscripting: