Changeset 12339 for branches/rel-1_0/psLib/src/math/psPolynomial.h
- Timestamp:
- Mar 8, 2007, 1:23:43 PM (19 years ago)
- File:
-
- 1 edited
-
branches/rel-1_0/psLib/src/math/psPolynomial.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel-1_0/psLib/src/math/psPolynomial.h
r11248 r12339 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 1-23 22:47:23 $10 * @version $Revision: 1.67.2.1 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-03-08 23:23:43 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 145 145 unsigned int nT ///< Number of terms in t 146 146 ); 147 148 /** Return the number of terms in a 1-D polynomial */ 149 int psPolynomial1DNterm(const psPolynomial1D *poly); 150 /** Return the number of terms in a 2-D polynomial */ 151 int psPolynomial2DNterm(const psPolynomial2D *poly); 152 /** Return the number of terms in a 3-D polynomial */ 153 int psPolynomial3DNterm(const psPolynomial3D *poly); 154 /** Return the number of terms in a 4-D polynomial */ 155 int psPolynomial4DNterm(const psPolynomial4D *poly); 147 156 148 157 bool psPolynomial2DRecycle(psPolynomial2D *poly,
Note:
See TracChangeset
for help on using the changeset viewer.
