Changeset 494 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Oct 21, 1999, 8:45:50 PM (26 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/linfit.h
r220 r494 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: linfit.h,v 1. 1.1.1 1999-04-09 17:57:56 ansari Exp $3 // $Id: linfit.h,v 1.2 1999-10-21 18:45:46 ansari Exp $ 4 4 // 5 5 … … 9 9 #define LINFIT_SEEN 10 10 11 #include "machdefs.h" 11 12 class Matrix; 12 13 class Vector; 13 14 14 15 15 double LinFit(const Vector& x, const Vector& y, int nf, -
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 -
trunk/SophyaLib/NTools/rzimage.h
r307 r494 36 36 37 37 38 class RzImage : public PPersist {38 class RzImage : public PPersist , public AnyDataObj { 39 39 //class RzImage EXC_AWARE { 40 40 public:
Note:
See TracChangeset
for help on using the changeset viewer.