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: