Changeset 307 in Sophya for trunk/SophyaLib/NTools/cvector.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/cvector.h

    r304 r307  
    55#include "matrix.h"
    66
    7 class GeneralFit;
    8 namespace PlanckDPC {template <class T> class TVector;}
     7namespace PlanckDPC {
     8  class GeneralFit;
     9  template <class T> class TVector;
     10}
    911
    1012// <summary> Vecteur colonne pour operations matricielles </summary>
     
    6668
    6769  // 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.);
    7072
    7173};
     
    98100
    99101#endif /* VECTOR_SEEN */
    100 
    101 
    102 
Note: See TracChangeset for help on using the changeset viewer.