Changeset 494 in Sophya for trunk/SophyaLib/NTools


Ignore:
Timestamp:
Oct 21, 1999, 8:45:50 PM (26 years ago)
Author:
ansari
Message:

Suite merge avec PEIDA , Reza+cmv 21/10/99

Location:
trunk/SophyaLib/NTools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/linfit.h

    r220 r494  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    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 $
    44//
    55
     
    99#define LINFIT_SEEN
    1010
     11#include "machdefs.h"
    1112class Matrix;
    1213class Vector;
    13 
    1414
    1515double LinFit(const Vector& x, const Vector& y, int nf,
  • trunk/SophyaLib/NTools/matrix.h

    r307 r494  
    99#include <iostream.h>
    1010#include "peida.h"
     11#include "anydataobj.h"
    1112#include "ppersist.h"
    1213
     
    1516  template <class T> class TMatrix;
    1617}
    17 
    1818// <summary> Operations matricielles </summary>
    1919// Operations matricielles, algebre lineaire...
    20 class Matrix : public PPersist {
     20class Matrix : public PPersist, public AnyDataObj {
    2121  friend class Vector;
    2222  friend class MatrixRC;
     
    298298}
    299299
     300
    300301#endif /* MATRIX_SEEN */
    301302
  • trunk/SophyaLib/NTools/rzimage.h

    r307 r494  
    3636
    3737
    38 class RzImage : public PPersist {
     38class RzImage : public PPersist , public AnyDataObj {
    3939  //class RzImage EXC_AWARE {
    4040public:
Note: See TracChangeset for help on using the changeset viewer.