Changeset 926 in Sophya for trunk/SophyaLib/NTools/fct1dfit.h


Ignore:
Timestamp:
Apr 13, 2000, 8:39:39 PM (25 years ago)
Author:
ansari
Message:

documentation cmv 13/4/00

File:
1 edited

Legend:

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

    r552 r926  
    1111
    1212//////////////////////////////////////////////////////////////////
     13//! Gaussienne + polynome
    1314class Gauss1DPol : public GeneralFunction {
    1415public:
     
    2829
    2930//////////////////////////////////////////////////////////////////
     31//! Gaussienne_Normalisee+polynome
    3032class GaussN1DPol : public GeneralFunction {
    3133public:
     
    4547
    4648//////////////////////////////////////////////////////////////////
     49//! Exponentielle + polynome
    4750class Exp1DPol : public GeneralFunction {
    4851public:
     
    6366
    6467//////////////////////////////////////////////////////////////////
     68//! polynome 1D
    6569class Polyn1D : public GeneralFunction {
    6670public:
     
    8084
    8185//////////////////////////////////////////////////////////////////
     86//! Analyse harmonique
    8287class HarmonieNu : public GeneralFunction {
    8388public:
     
    98103
    99104//////////////////////////////////////////////////////////////////
     105//! Analyse harmonique
    100106class HarmonieT : public GeneralFunction {
    101107public:
     
    120126
    121127//////////////////////////////////////////////////////////////////
     128//! polynome 2D
    122129class Polyn2D : public GeneralFunction {
    123130public:
Note: See TracChangeset for help on using the changeset viewer.