Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/matrix.h
[mareframe] / trunk / gadget / matrix.h Repository:
ViewVC logotype

Diff of /trunk/gadget/matrix.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2, Wed Apr 29 12:55:30 2015 UTC revision 5, Sun May 10 12:04:01 2015 UTC
# Line 92  Line 92 
92           * \note This will delete every entry from the vector and set the number of rows to zero           * \note This will delete every entry from the vector and set the number of rows to zero
93           */           */
94          void Reset();          void Reset();
95    
96            //FIXME: doc
97            void Initialize(int nr, int nc, double initial);
98          /**          /**
99           * \brief This function will set all of the entries of the vector to zero           * \brief This function will set all of the entries of the vector to zero
100           */           */
# Line 122  Line 125 
125           */           */
126          int nrow;          int nrow;
127          int ncol;          int ncol;
128    
129            //FIXME: doc
130          /**          /**
131           * \brief This is the vector of DoubleVector values           * \brief This is the vector of DoubleVector values
132           */           */

Legend:
Removed from v.2  
changed lines
  Added in v.5

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge