Changeset 926 in Sophya for trunk/SophyaLib/NTools/fct1dfit.h
- Timestamp:
- Apr 13, 2000, 8:39:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/fct1dfit.h
r552 r926 11 11 12 12 ////////////////////////////////////////////////////////////////// 13 //! Gaussienne + polynome 13 14 class Gauss1DPol : public GeneralFunction { 14 15 public: … … 28 29 29 30 ////////////////////////////////////////////////////////////////// 31 //! Gaussienne_Normalisee+polynome 30 32 class GaussN1DPol : public GeneralFunction { 31 33 public: … … 45 47 46 48 ////////////////////////////////////////////////////////////////// 49 //! Exponentielle + polynome 47 50 class Exp1DPol : public GeneralFunction { 48 51 public: … … 63 66 64 67 ////////////////////////////////////////////////////////////////// 68 //! polynome 1D 65 69 class Polyn1D : public GeneralFunction { 66 70 public: … … 80 84 81 85 ////////////////////////////////////////////////////////////////// 86 //! Analyse harmonique 82 87 class HarmonieNu : public GeneralFunction { 83 88 public: … … 98 103 99 104 ////////////////////////////////////////////////////////////////// 105 //! Analyse harmonique 100 106 class HarmonieT : public GeneralFunction { 101 107 public: … … 120 126 121 127 ////////////////////////////////////////////////////////////////// 128 //! polynome 2D 122 129 class Polyn2D : public GeneralFunction { 123 130 public:
Note:
See TracChangeset
for help on using the changeset viewer.