Changeset 14452 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r11248 r14452 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.6 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 1-23 22:47:23$10 * @version $Revision: 1.68 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-08-09 01:40:07 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 111 111 psPolynomialType type, ///< Polynomial Type 112 112 unsigned int nX ///< Number of terms 113 ) ;113 ) PS_ATTR_MALLOC; 114 114 115 115 /** Allocates a 2-D polynomial structure … … 121 121 unsigned int nX, ///< Number of terms in x 122 122 unsigned int nY ///< Number of terms in y 123 ) ;123 ) PS_ATTR_MALLOC; 124 124 125 125 /** Allocates a 3-D polynomial structure … … 132 132 unsigned int nY, ///< Number of terms in y 133 133 unsigned int nZ ///< Number of terms in z 134 ) ;134 ) PS_ATTR_MALLOC; 135 135 136 136 /** Allocates a 4-D polynomial structure … … 144 144 unsigned int nZ, ///< Number of terms in z 145 145 unsigned int nT ///< Number of terms in t 146 ) ;146 ) PS_ATTR_MALLOC; 147 147 148 148 bool psPolynomial2DRecycle(psPolynomial2D *poly,
Note:
See TracChangeset
for help on using the changeset viewer.
