Changeset 494 in Sophya for trunk/SophyaLib/NTools/matrix.h
- Timestamp:
- Oct 21, 1999, 8:45:50 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/matrix.h
r307 r494 9 9 #include <iostream.h> 10 10 #include "peida.h" 11 #include "anydataobj.h" 11 12 #include "ppersist.h" 12 13 … … 15 16 template <class T> class TMatrix; 16 17 } 17 18 18 // <summary> Operations matricielles </summary> 19 19 // Operations matricielles, algebre lineaire... 20 class Matrix : public PPersist {20 class Matrix : public PPersist, public AnyDataObj { 21 21 friend class Vector; 22 22 friend class MatrixRC; … … 298 298 } 299 299 300 300 301 #endif /* MATRIX_SEEN */ 301 302
Note:
See TracChangeset
for help on using the changeset viewer.