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


Ignore:
Timestamp:
May 3, 1999, 6:55:25 PM (26 years ago)
Author:
ansari
Message:

grosses modif avec refonte code dans tmatrix cmv 3/5/99

File:
1 edited

Legend:

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

    r220 r288  
    1212
    1313class GeneralFit;
     14#include "tmatrix.h"
     15//cmv template <class T> class TMatrix;
    1416
    1517// <summary> Operations matricielles </summary>
     
    1820  friend class Vector;
    1921  friend class MatrixRC;
     22  friend class TMatrix<r_8>;
    2023public:
    2124  Matrix();
     
    2629  // Constructeur par copie
    2730  Matrix(const Matrix& a);
     31  // Constructeur par copie a partir d'une TMatrix<r_8>
     32  Matrix(const TMatrix<r_8>& a);
    2833  // Destructeur
    2934  virtual ~Matrix();
     
    151156  int nalloc;
    152157  r_8* data;
     158  bool FromTmatrix;
    153159};
    154160
Note: See TracChangeset for help on using the changeset viewer.