Changeset 3857 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- May 5, 2005, 12:33:14 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r3769 r3857 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1. 99$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 4-26 19:53:30$9 * @version $Revision: 1.100 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-05-05 22:33:14 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 18 18 * XXX: In the various polyAlloc(n) functions, n is really the order of the 19 19 * polynomial plus 1. To create a 2nd-order polynomial, n == 3. 20 * 21 * XXX: potential bug: for a multi-dimensional polynomial with order (m, n) 22 * the functions in this file currently do not ignore many of the 23 * coefficients in the coeff matrix that ... 24 * 20 25 */ 21 26 /*****************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
