Changeset 5813 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Dec 19, 2005, 1:58:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r5294 r5813 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-1 0-12 21:02:20$13 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-12-19 23:58:47 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 77 77 psPolynomialType type; ///< Polynomial type 78 78 unsigned int nX; ///< Polynomial order 79 psF64 p_min; 80 psF64 p_max; 79 81 psF64 *coeff; ///< Coefficients 80 82 psF64 *coeffErr; ///< Error in coefficients … … 298 300 ); 299 301 302 303 // XXX: Coding Standard 304 psPolynomial1D **createChebyshevPolys(psS32 numPolys); 305 306 typedef struct 307 { 308 int n; ///< The number of Chebyshev polys. 309 psPolynomial1D **chebyPolys; ///< THe chebyshev polys 310 311 } 312 p_chebyPolys; 313 314 315 300 316 /** \} */ // End of MathGroup Functions 301 317
Note:
See TracChangeset
for help on using the changeset viewer.
