Changeset 301 in Sophya for trunk/SophyaLib/NTools/tmatrix.h


Ignore:
Timestamp:
May 18, 1999, 2:23:15 PM (26 years ago)
Author:
ansari
Message:

cmv 18/5/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/tmatrix.h

    r299 r301  
    100100
    101101  // 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.);
    104106
    105107protected:
Note: See TracChangeset for help on using the changeset viewer.