Changeset 6348 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Feb 7, 2006, 1:39:24 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r6204 r6348 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.6 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 1-26 21:10:22$13 * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-02-07 23:36:15 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 73 73 { 74 74 psPolynomialType type; ///< Polynomial type 75 unsigned int nX; ///< Polynomial order 76 psF64 p_min; 77 psF64 p_max; 75 unsigned int nX; ///< Polynomial order 78 76 psF64 *coeff; ///< Coefficients 79 77 psF64 *coeffErr; ///< Error in coefficients
Note:
See TracChangeset
for help on using the changeset viewer.
