Changeset 303 in Sophya for trunk/SophyaLib/NTools/cvector.h
- Timestamp:
- May 18, 1999, 3:29:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cvector.h
r220 r303 6 6 7 7 class GeneralFit; 8 #include "tvector.h" 9 //cmv template <class T> class TVector; 8 10 9 11 // <summary> Vecteur colonne pour operations matricielles </summary> … … 11 13 // des operations matricielles. 12 14 class Vector : public Matrix { 15 friend class TVector<r_8>; 13 16 public: 14 17 // Constructeur, n = nombre d'elements. … … 21 24 // <thrown> sizeMismatchErr </thrown> 22 25 Vector(const Matrix& a); 26 // Constructeur par copie a partir d'un TVector<r_8> 27 Vector(const TVector<r_8>& v); 23 28 24 29 // Construction automatique pour PPF
Note:
See TracChangeset
for help on using the changeset viewer.