Changeset 307 in Sophya for trunk/SophyaLib/NTools/cvector.h
- Timestamp:
- May 19, 1999, 5:58:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cvector.h
r304 r307 5 5 #include "matrix.h" 6 6 7 class GeneralFit; 8 namespace PlanckDPC {template <class T> class TVector;} 7 namespace PlanckDPC { 8 class GeneralFit; 9 template <class T> class TVector; 10 } 9 11 10 12 // <summary> Vecteur colonne pour operations matricielles </summary> … … 66 68 67 69 // Residus et fonction fittees. 68 Vector * FitResidus(GeneralFit& gfit);69 Vector * FitFunction(GeneralFit& gfit);70 Vector FitResidus(GeneralFit& gfit,double xorg=0.,double dx=1.); 71 Vector FitFunction(GeneralFit& gfit,double xorg=0.,double dx=1.); 70 72 71 73 }; … … 98 100 99 101 #endif /* VECTOR_SEEN */ 100 101 102
Note:
See TracChangeset
for help on using the changeset viewer.