IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomial.h

    r10848 r11248  
    1 /** @file psPolynomial.h
    2  *  @brief Standard Mathematical Functions.
    3  *  @ingroup Stats
    4  *
    5  *  This file will hold the prototypes for procedures which allocate, free,
    6  *  and evaluate various polynomials.  Those polynomial structures are also
    7  *  defined here.
    8  *
    9  *  @ingroup Stats
    10  *
    11  *  @author GLG, MHPCC
    12  *
    13  *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-12-29 04:38:42 $
    15  *
    16  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     1/* @file  psPolynomial.h
     2 * @brief Standard Mathematical Functions.
     3 *
     4 * This file will hold the prototypes for procedures which allocate, free,
     5 * and evaluate various polynomials.  Those polynomial structures are also
     6 * defined here.
     7 *
     8 * @author GLG, MHPCC
     9 *
     10 * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-01-23 22:47:23 $
     12 *
     13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1714 */
    1815
    1916#ifndef PS_POLYNOMIAL_H
    2017#define PS_POLYNOMIAL_H
     18
     19/// @addtogroup MathOps Mathematical Operations
     20/// @{
    2121
    2222#include <stdio.h>
     
    2727#include "psVector.h"
    2828#include "psScalar.h"
    29 
    30 /** \addtogroup Stats
    31  *  \{
    32  */
    3329
    3430/** Evaluate a non-normalized Gaussian with the given mean and sigma at the
     
    351347}\
    352348
    353 /** \} */ // End of MathGroup Functions
    354 
     349/// @}
    355350#endif // #ifndef PS_POLYNOMIAL_H
    356 
Note: See TracChangeset for help on using the changeset viewer.