--- trunk/gadget/matrix.h 2015/04/29 12:55:30 2 +++ trunk/gadget/matrix.h 2015/05/10 12:04:01 5 @@ -92,6 +92,9 @@ * \note This will delete every entry from the vector and set the number of rows to zero */ void Reset(); + + //FIXME: doc + void Initialize(int nr, int nc, double initial); /** * \brief This function will set all of the entries of the vector to zero */ @@ -122,6 +125,8 @@ */ int nrow; int ncol; + + //FIXME: doc /** * \brief This is the vector of DoubleVector values */