Changeset 11248 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (3 diffs)
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 17 14 */ 18 15 19 16 #ifndef PS_POLYNOMIAL_H 20 17 #define PS_POLYNOMIAL_H 18 19 /// @addtogroup MathOps Mathematical Operations 20 /// @{ 21 21 22 22 #include <stdio.h> … … 27 27 #include "psVector.h" 28 28 #include "psScalar.h" 29 30 /** \addtogroup Stats31 * \{32 */33 29 34 30 /** Evaluate a non-normalized Gaussian with the given mean and sigma at the … … 351 347 }\ 352 348 353 /** \} */ // End of MathGroup Functions 354 349 /// @} 355 350 #endif // #ifndef PS_POLYNOMIAL_H 356
Note:
See TracChangeset
for help on using the changeset viewer.
