IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2004, 3:20:03 PM (22 years ago)
Author:
eugene
Message:

added Doxygen \file and \defgroup entries
some basic reorganization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psFunctions.h

    r226 r247  
    22#define PS_FUNCTIONS_H
    33
    4 #include "psStdArrays.h"
     4/** \file psFunctions.h
     5 *  \brief Standard Mathematical Functions.
     6 *  \ingroup MathGroup
     7 */
    58
    6 /* Standard Functions */
    7 
    8 /** Gaussian.  Note that this is not a Gaussian deviate */
     9/** evaluate a non-normalized Gaussian with the given mean and sigma at the given coordianate.  Note that this
     10    is not a Gaussian deviate.  The evaluated Gaussian is: \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f] */
    911float
    1012psGaussian(float x,                     //!< Value at which to evaluate
Note: See TracChangeset for help on using the changeset viewer.