toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN/doc vectordoc.h


From: Tom Drummond
Subject: [Toon-members] TooN/doc vectordoc.h
Date: Sun, 11 Mar 2007 21:47:33 +0000

CVSROOT:        /sources/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    07/03/11 21:47:33

Modified files:
        doc            : vectordoc.h 

Log message:
        doc cleaning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/doc/vectordoc.h?cvsroot=toon&r1=1.7&r2=1.8

Patches:
Index: vectordoc.h
===================================================================
RCS file: /sources/toon/TooN/doc/vectordoc.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- vectordoc.h 21 Sep 2006 11:02:09 -0000      1.7
+++ vectordoc.h 11 Mar 2007 21:47:33 -0000      1.8
@@ -155,7 +155,7 @@
   //@{
   
   /// Default constructor for vectors.
-  /// For fixed-sized vectors, this oes nothing, i.e. does not
+  /// For fixed-sized vectors, this does nothing, i.e. does not
   /// guarantee to initialise the vector to any particular values.
   /// For dynamically sized vectors, this sets the vector to have a length of 
0.
   Vector();
@@ -292,7 +292,7 @@
   //@{
   /**
   Convert this vector into a 1-by-Size matrix, i.e. a matrix which has this
-  matrix as its only row.
+  vector as its only row.
   @code
   Vector<3> a = 1,2,3;
   Matrix<1,3> m = a.as_row();  // now m = [1 2 3]
@@ -302,7 +302,7 @@
   
   /**
   Convert this vector into a Size-by-1 matrix, i.e. a matrix which has this
-  matrix as its only column.
+  vector as its only column.
   @code
   Vector<3> a = 1,2,3;
   Matrix<3,1> m = a.as_col();   // now m = [1 2 3]'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]