Changeset 956 in Sophya for trunk/SophyaLib/TArray/utilarr.h


Ignore:
Timestamp:
Apr 17, 2000, 6:56:24 PM (25 years ago)
Author:
ansari
Message:

encore de la doc cmv 17/04/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/utilarr.h

    r926 r956  
    1313/* Quelques utilitaires pour les tableaux (Array) */             
    1414
    15 //! define a function of double which returns a double
     15/*! \ingroup TArray
     16  \typedef Arr_DoubleFunctionOfX
     17  \brief define a function of float which returns a double
     18*/
    1619typedef double (* Arr_DoubleFunctionOfX) (double x);
    17 //! define a function of float which returns a float
     20/*! \ingroup TArray
     21  \typedef Arr_FloatFunctionOfX
     22  \brief define a function of float which returns a double
     23*/
    1824typedef float  (* Arr_FloatFunctionOfX)  (float x);
    1925
Note: See TracChangeset for help on using the changeset viewer.