Log Message:
-----------
Added some pod documentation to this file. It needs more -- several methods
of MatrixReal1 have been overridden
Modified Files:
--------------
pg/lib:
Matrix.pm
Revision Data
-------------
Index: Matrix.pm
===================================================================
RCS file: /webwork/cvs/system/pg/lib/Matrix.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -Llib/Matrix.pm -Llib/Matrix.pm -u -r1.7 -r1.8
--- lib/Matrix.pm
+++ lib/Matrix.pm
@@ -1,3 +1,21 @@
+=head1 NAME
+
+Matrix - Matrix of Reals
+
+Implements overrides for MatrixReal.pm for WeBWorK
+
+=head1 DESCRIPTION
+
+
+
+=head1 SYNOPSIS
+
+
+=head3 Matrix Methods:
+
+=cut
+
+
BEGIN {
be_strict(); # an alias for use strict. This means that all global variable must contain main:: as a prefix.
|