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/psPolynomialUtils.h

    r10848 r11248  
    1 /** @file  psPolynomialUtils.h
     1/* @file  psPolynomialUtils.h
     2 * @brief extra psPolynomial-related functions
    23 *
    3  * extra psPolynomial-related functions
     4 * $Revision: 1.5 $ $Name: not supported by cvs2svn $
     5 * $Date: 2007-01-23 22:47:23 $
     6 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    47 */
    58
    69#ifndef PS_POLYNOMIAL_UTILS_H
    710#define PS_POLYNOMIAL_UTILS_H
     11
     12/// @addtogroup MathOps Mathematical Operations
     13/// @{
    814
    915#include "psVector.h"
     
    3844psPolynomial2D *psPolynomial2D_dY (psPolynomial2D *out, psPolynomial2D *poly);
    3945
     46/// @}
    4047#endif /* PS_POLY_UTILS_H */
Note: See TracChangeset for help on using the changeset viewer.