include/matrix.h
branchpyrit
changeset 46 6493fb65f0b1
parent 44 3763b26244f0
child 91 9d66d323c354
--- a/include/matrix.h	Wed Mar 19 17:18:59 2008 +0100
+++ b/include/matrix.h	Wed Mar 26 00:52:27 2008 +0100
@@ -31,6 +31,9 @@
 
 using namespace std;
 
+/**
+ * matrix helper class
+ */
 class Matrix
 {
 public: