00001 //============================================================================= 00002 /*! nullify all the matrix data */ 00003 inline void _dssmatrix::nullify() const 00004 {VERBOSE_REPORT; 00005 n=0; 00006 data.clear(); 00007 line.clear(); 00008 } 00009 00010 //============================================================================= 00011 /*! destroy all the matrix data */ 00012 inline void _dssmatrix::destroy() const 00013 {VERBOSE_REPORT; 00014 data.clear(); 00015 line.clear(); 00016 }