Changeset 494 in Sophya for trunk/SophyaLib/NTools/matrix.h


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.