From 04fb51afa4e2aa4936de8a491a89ce4cb2659322 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Tue, 21 Sep 2004 10:08:27 +0000 Subject: [PATCH] initializeation or not is models buisiness --- doc/container.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/container.htm b/doc/container.htm index 94d5489c..d1af9713 100644 --- a/doc/container.htm +++ b/doc/container.htm @@ -111,7 +111,7 @@ from, or is not defined in Sizing constructor V v (n) n >= 0 -Allocates an unitialized vector of n elements. +Allocates a vector of n elements. v.size () == n. @@ -267,7 +267,7 @@ from, or is not defined in Sizing constructor M m (n1, n2) n1 >= 0 and n2 >= 0 -Allocates an uninitialized matrix of n1 rows and n2 +Allocates a matrix of n1 rows and n2 columns. m.size1 () == n1 and m.size2 () == n2.