Changeset 6186 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Jan 23, 2006, 12:25:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r5813 r6186 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $14 * @date $Date: 200 5-12-19 23:58:47$13 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-01-23 22:25:31 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 69 69 psPolynomialType; 70 70 71 // XXX: These are incorrect names for the order of the polynomial. We72 // keep them here temporarily so we can later sed replace them with the73 // correct names.74 71 /** One-dimensional polynomial */ 75 72 typedef struct … … 85 82 psPolynomial1D; 86 83 87 // XXX: These are incorrect names for the order of the polynomial. We88 // keep them here temporarily so we can later sed replace them with the89 // correct names.90 84 /** Two-dimensional polynomial */ 91 85 typedef struct … … 100 94 psPolynomial2D; 101 95 102 // XXX: These are incorrect names for the order of the polynomial. We103 // keep them here temporarily so we can later sed replace them with the104 // correct names.105 96 /** Three-dimensional polynomial */ 106 97 typedef struct … … 116 107 psPolynomial3D; 117 108 118 // XXX: These are incorrect names for the order of the polynomial. We119 // keep them here temporarily so we can later sed replace them with the120 // correct names.121 109 /** Four-dimensional polynomial */ 122 110 typedef struct … … 301 289 302 290 303 // XXX: Coding Standard 304 psPolynomial1D **createChebyshevPolys(psS32 numPolys); 291 292 293 /** Creates the specified number of chebyshev polys. 294 * 295 * @return psPolynomial1D** The chebyshev polys. 296 * 297 */ 298 psPolynomial1D **p_psCreateChebyshevPolys( 299 psS32 numPolys 300 ); 305 301 306 302 typedef struct
Note:
See TracChangeset
for help on using the changeset viewer.
