Changeset 17515 for trunk/psLib/test/math/tap_psPolynomialEval1D.c
- Timestamp:
- May 4, 2008, 2:09:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psPolynomialEval1D.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psPolynomialEval1D.c
r13308 r17515 4 4 * ORD and CHEB type polynomials. 5 5 * 6 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-05-08 06:36:51$6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-05-05 00:09:04 $ 8 8 * 9 9 * XXX: Probably should test single- and multi-dimensional polynomials in … … 68 68 for(psS32 i = 0; i < TERMS; i++) { 69 69 polyOrd->coeff[i] = poly1DCoeff[i]; 70 polyOrd-> mask[i] = poly1DMask[i];70 polyOrd->coeffMask[i] = poly1DMask[i]; 71 71 } 72 72 … … 97 97 { 98 98 polyCheb->coeff[i] = 1.0; 99 polyCheb-> mask[i] = poly1DMask[i];99 polyCheb->coeffMask[i] = poly1DMask[i]; 100 100 } 101 101 // Evaluate test points and verify results … … 133 133 { 134 134 polyOrd->coeff[i] = poly1DCoeff[i]; 135 polyOrd-> mask[i] = poly1DMask[i];135 polyOrd->coeffMask[i] = poly1DMask[i]; 136 136 } 137 137 … … 199 199 { 200 200 polyCheb->coeff[i] = 1.0; 201 polyCheb-> mask[i] = poly1DMask[i];201 polyCheb->coeffMask[i] = poly1DMask[i]; 202 202 } 203 203
Note:
See TracChangeset
for help on using the changeset viewer.
