Changeset 301 in Sophya for trunk/SophyaLib/NTools/tmatrix.h
- Timestamp:
- May 18, 1999, 2:23:15 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tmatrix.h
r299 r301 100 100 101 101 // Residus et fonction fittees. 102 TMatrix<T> FitResidus(GeneralFit& gfit); 103 TMatrix<T> FitFunction(GeneralFit& gfit); 102 TMatrix<T> FitResidus(GeneralFit& gfit 103 ,double xorg=0.,double yorg=0.,double dx=1.,double dy=1.); 104 TMatrix<T> FitFunction(GeneralFit& gfit 105 ,double xorg=0.,double yorg=0.,double dx=1.,double dy=1.); 104 106 105 107 protected:
Note:
See TracChangeset
for help on using the changeset viewer.