Changeset 307 in Sophya for trunk/SophyaLib/NTools/matrix.h
- Timestamp:
- May 19, 1999, 5:58:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/matrix.h
r304 r307 11 11 #include "ppersist.h" 12 12 13 class GeneralFit; 14 namespace PlanckDPC {template <class T> class TMatrix;} 13 namespace PlanckDPC { 14 class GeneralFit; 15 template <class T> class TMatrix; 16 } 15 17 16 18 // <summary> Operations matricielles </summary> … … 146 148 147 149 // Residus et fonction fittees. 148 Matrix* FitResidus(GeneralFit& gfit); 149 Matrix* FitFunction(GeneralFit& gfit); 150 Matrix FitResidus(GeneralFit& gfit 151 ,double xorg=0.,double yorg=0.,double dx=1.,double dy=1.); 152 Matrix FitFunction(GeneralFit& gfit 153 ,double xorg=0.,double yorg=0.,double dx=1.,double dy=1.); 150 154 151 155 protected:
Note:
See TracChangeset
for help on using the changeset viewer.