aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C01_TutorialMatrixClass.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C01_TutorialMatrixClass.dox')
-rw-r--r--doc/C01_TutorialMatrixClass.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/C01_TutorialMatrixClass.dox b/doc/C01_TutorialMatrixClass.dox
index b5d7ec0c7..5e3098361 100644
--- a/doc/C01_TutorialMatrixClass.dox
+++ b/doc/C01_TutorialMatrixClass.dox
@@ -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;