Changeset 307 in Sophya for trunk/SophyaLib/NTools/matrix.h


Ignore:
Timestamp:
May 19, 1999, 5:58:06 PM (26 years ago)
Author:
ansari
Message:

FIO_... + grosses modifs cmv 19/5/99

File:
1 edited

Legend:

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

    r304 r307  
    1111#include "ppersist.h"
    1212
    13 class GeneralFit;
    14 namespace PlanckDPC {template <class T> class TMatrix;}
     13namespace PlanckDPC {
     14  class GeneralFit;
     15  template <class T> class TMatrix;
     16}
    1517
    1618// <summary> Operations matricielles </summary>
     
    146148
    147149  // 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.);
    150154
    151155protected:
Note: See TracChangeset for help on using the changeset viewer.