Changeset 303 in Sophya for trunk/SophyaLib/NTools/cvector.cc
- Timestamp:
- May 18, 1999, 3:29:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cvector.cc
r244 r303 3 3 #include "cvector.h" 4 4 #include "generalfit.h" 5 #include "tvector.h" 5 6 6 7 //++ … … 62 63 memcpy(data, a.data, a.nr * sizeof(double)); 63 64 END_CONSTRUCTOR 65 } 66 67 //++ 68 Vector::Vector(const TVector<r_8>& v) 69 // 70 // Constructeur par "copie" a partir d'un TVector<r_8>. 71 // Attention, les donnees sont partagees. 72 //-- 73 : Matrix(v) 74 { 64 75 } 65 76
Note:
See TracChangeset
for help on using the changeset viewer.