doc updates/improvements

This commit is contained in:
Benoit Jacob
2010-10-15 09:44:43 -04:00
parent fcee1903be
commit 26129229ec
6 changed files with 38 additions and 24 deletions

View File

@@ -92,7 +92,7 @@ Matrix<float, 3, Dynamic>
\section TutorialMatrixConstructors Constructors
A default constructor is always available, and always has zero runtime cost. You can do:
A default constructor is always available, never performs any dynamic memory allocation, and never initializes the matrix coefficients. You can do:
\code
Matrix3f a;
MatrixXf b;